Tech Support > Operating Systems > Linux / Variants > file size in LINUX
file size in LINUX
Posted by Steve Wolfe on June 26th, 2003


1.2.4 and older don't have large file support. However, you *can* work
around it somewhat by using stdin/stdout, like this:

cat large_file | gzip -c -9 > largefile.gz

steve





Similar Posts