![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| AIX 5.3 monitor refresh rate | dj.brown | AIX | 1 | 12-01-2005 07:03 AM |
| Refresh window? | JimmyFo | AIX | 0 | 08-24-2005 11:33 PM |
| How to increase refresh rate | armen | Linux | 6 | 06-11-2005 07:57 AM |
| CGI: refresh page and timeout | man | Shell Programming and Scripting | 0 | 03-01-2005 02:53 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Refresh ls list on screen (auto-refresh)?
I am looking for a way to issue a command or string of commands to repeatedly display new files that are written to the directory. I usually use ls -ltr to see the newest files at the bottom of the screen. I would like to automate this command to refresh what is displayed every second or so. Can this be done at the command line or in a .ksh script? I seem to have found a way to do this many years ago but I am returning to UNIX (HPUX) now and can't remember how this was done.
Thanks in advance! |
|
||||
|
Easier to use 'watch'
$ watch ls -ltr
|
| Sponsored Links | ||
|
|