The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com



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 me While zipping the file Jolly UNIX for Advanced & Expert Users 7 05-11-2007 11:05 AM
Zipping dreams5617 UNIX for Dummies Questions & Answers 1 02-11-2007 08:03 PM
Limitations of a file size for zipping ramky79 AIX 1 01-19-2007 10:23 PM
script for zipping old directories baltdcguy Shell Programming and Scripting 3 08-03-2006 11:25 PM
Zipping the dir dreams5617 Shell Programming and Scripting 1 07-26-2006 01:20 AM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 08-06-2008
jayaramanit jayaramanit is offline
Registered User
  
 

Join Date: Sep 2007
Posts: 28
Script for zipping a file

HI,

I want a script which creat a zip file folder of files older than 15 days.......

please help me on this...........
  #2 (permalink)  
Old 08-06-2008
kesari kesari is offline
Registered User
  
 

Join Date: Jun 2008
Posts: 20
Try this..to list out all the files older than 15 days.
- find . -mtime +15 -exec ls -l {} \;
  #3 (permalink)  
Old 08-06-2008
kmuqalled kmuqalled is offline
Registered User
  
 

Join Date: Aug 2008
Posts: 19
try this command
# find . -mtime +15 | xargs tar -cvf file.tar
  #4 (permalink)  
Old 08-06-2008
jayaramanit jayaramanit is offline
Registered User
  
 

Join Date: Sep 2007
Posts: 28
how to zip all the files in a particular folder.
  #5 (permalink)  
Old 08-06-2008
kesari kesari is offline
Registered User
  
 

Join Date: Jun 2008
Posts: 20
tar -cvf allmyfiles.tar *
Closed Thread

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 02:00 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0