Data compression programs
Tools to compress data on most unix systems (including Fourierseq):
- Gzip:
- creates
gzip <inputfile>
- common for unix systems, but probably wont' port between unix and mac/windows<inputfile.gz>
- Zip:
- should be mac/pc compatible, but I'd test it first to make sure...
zip <zipfilename> <inputfilename>
- Bzip:
- creates
bzip2 <inputfile>
<inputfile.bz2>
Also, when you send files remotely, you should check their integrity by running the program "md5sum" on the file on Fourierseq, and then again on the file on the remote system. They should give you the same code, indicating the file's contents are exactly intact.
Welcome to the University Wiki Service! Please use your IID (yourEID@eid.utexas.edu) when prompted for your email address during login or click here to enter your EID. If you are experiencing any issues loading content on pages, please try these steps to clear your browser cache.