![]() |
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 |
| trimming zeros | mohan705 | UNIX for Advanced & Expert Users | 3 | 03-23-2008 10:38 AM |
| Trimming files concurrently | bakunin | Shell Programming and Scripting | 3 | 12-26-2007 12:34 AM |
| trimming white spaces | briskbaby | Shell Programming and Scripting | 9 | 09-23-2006 07:10 PM |
| Trimming a string | fastgoon | Shell Programming and Scripting | 2 | 07-27-2006 01:02 PM |
| SCO 3.2v5.05Eb: ? on trimming strings | gee-dub | UNIX for Dummies Questions & Answers | 4 | 04-19-2002 03:59 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Hi everyone
I have this script that appends a line to a file to log the running status of an application. I need to write another script to run as a scheduled job in cron to trim the first x number of lines of this file. Could someone give me an idea how to do this? Regards |
|
||||
|
Code:
head -x file > /tmp/file mv /tmp/file file -Chuck |
![]() |
| Bookmarks |
| Tags |
| awk, awk trim, trim, trim awk |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|