Since, the file size is too large i.e. in GB, i want to make zip file of this big file. My file is in UNIX OS operated LAN system. Also, if i want to make two file from this one big file in UNIX,is it possible? if yes what should i do?
How to make zip file of any file in UNIX OS operated LAN system.?
Unix uses tar and gzip mostly, but the zip command might be there. Type
zip zipfilename.zip filenametozip
Use zipsplit to split the zip file.
Otherwise,
tar cvfz file.tar.gz /path/to/file/to/compress
trading cards
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment