![]() |
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 |
| 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 |
| Help needed - ksh shell scripting | subbu | Shell Programming and Scripting | 5 | 02-15-2008 12:53 PM |
| SHell Scripting Help Needed | cskumar | Shell Programming and Scripting | 2 | 07-17-2006 01:55 AM |
| Help needed - shell scripting | garric | Shell Programming and Scripting | 8 | 05-23-2006 06:08 AM |
| scripting....guru's help needed | sekar sundaram | Shell Programming and Scripting | 2 | 11-13-2005 03:57 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
little scripting help needed!!
guys i need bit of help!!
i am writing a script which finds files that have not been accessed for a no of days and delete those files...the no of days value is inputted at the command line.... i am using the following : find $1 -atime +7 -exec rm -i in the second step i want to copy all of those files that the above lines find to a list and archive them using GNU tar...once i archive these files i can go on and delete them.....Also the archive name should include the date so that a existing archive not be overwritten... any help guys???? |
|
||||
|
Shouldn't it be,
Quote:
Quote:
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|