Berkeley CSUA MOTD:Entry 40389
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2025/04/04 [General] UID:1000 Activity:popular
4/4     

2005/11/1 [Uncategorized] UID:40389 Activity:nil
11/1    I am zipping files from a newtwork drive and I wanted the compressed
        files to go to a local drive say /data. I can do bzip2/gzip/whatever
        -c /mounted/drive/file > /data/file.gz, but there are LOTS of files
        and I'd rather just do a gzip --dest=/data /mounted/drive/*.  What's
        the easiest way to do this?