The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
batch shell script to zip individual files in directory - help
.
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
:
batch shell script to zip individual files in directory - help
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
7
(
permalink
)
03-08-2009
jennyenve
Registered User
Join Date: Mar 2009
Posts: 1
zip individual files
how to zip individual files (.txt) into its own zip file.
is it something like
directory name 'test'
for file in test/* do zip $file.zip $file.txt?
it's not working. please help.
jennyenve
View Public Profile
Find all posts by jennyenve
Find jennyenve's past nominations received
Find jennyenve's present nominations given