The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
Script for zipping a file
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
Script for zipping a file
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
3
(
permalink
)
08-06-2008
kmuqalled
Registered User
Join Date: Aug 2008
Posts: 19
try this command
# find . -mtime +15 | xargs tar -cvf file.tar
kmuqalled
View Public Profile
Find all posts by kmuqalled
Find kmuqalled's past nominations received
Find kmuqalled's present nominations given