![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | 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 and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| modifying grep to return latest files | ragha81 | Shell Programming and Scripting | 5 | 04-02-2009 12:16 PM |
| Extraction of latest files from cvs repository | shahidbakshi | Shell Programming and Scripting | 4 | 03-25-2008 08:11 AM |
| Retain 3 latest files | kamathg | Shell Programming and Scripting | 6 | 08-24-2007 06:51 AM |
| Copying files with the latest date | shashi_kiran_v | UNIX for Dummies Questions & Answers | 34 | 08-02-2005 01:07 PM |
| ksh: How to get latest file from a list of files in a directory | Jayathirtha | Shell Programming and Scripting | 1 | 06-24-2003 11:23 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Suppose I have a directory called jeet and inside that directory so many files will be there....
Example: /abc/xyz/jeet $ ls -ltr total 0 -rw-r--r-- 1 oracle dba 0 Jan 13 11:36 naresh -rw-r--r-- 1 oracle dba 0 Jan 13 11:36 sreeni -rw-r--r-- 1 oracle dba 0 Jan 13 11:36 ali -rw-r--r-- 1 oracle dba 0 Jan 13 11:36 bala -rw-r--r-- 1 oracle dba 0 Jan 13 11:36 dinesh -rw-r--r-- 1 oracle dba 0 Jan 13 11:36 bikash So I want a script which will delete all the files except the latest 2 files... Can anyone please help me out///I am new to scripting.. |
| Bookmarks |
| Tags |
| scripting, shell |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|