![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Check File Exists and compare to previous day file script | rbknisely | Shell Programming and Scripting | 3 | 02-07-2008 08:53 AM |
| KSH redirect of dynamic egrep to file not working. | markw | Shell Programming and Scripting | 4 | 02-28-2007 03:40 AM |
| Creation of log file under dynamic date folder | pankajkrmishra | Shell Programming and Scripting | 2 | 09-18-2006 11:16 PM |
| Script to check for a file, check for 2hrs. then quit | mmarsh | UNIX for Dummies Questions & Answers | 2 | 09-16-2005 11:46 AM |
| Dynamic includes file for tar command | kadishmj | UNIX for Dummies Questions & Answers | 1 | 03-09-2005 03:48 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi guys i had a script which will generate a log file.Is there any commands to check the dynamic changes in the log file,i.e if i open the log file i should able to see the updating changes live...I hope u understand my query...
|
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Try this :
Code:
tail -f <<log_file_name>> Sam |
|
#3
|
|||
|
|||
|
if you are using vim/vi i have an idea
write this in ~/.vimrc noremap \u :e %^M suppose u have opend proces.log file now whenever u press \u u wiil see the updated file Rakesh UV |
|||
| Google The UNIX and Linux Forums |