Posts Tagged ‘unix’
creating a tar.gz archive
June 24th, 2008 •
tags: unix
tar -pczf name_of_your_archive.tar.gz /path/to/directory
truncating files to zero length in the bash shell
June 24th, 2008 •
tags: bash, unix
> some_file.ext