Hacker News new | ask | show | jobs
by aptmiguk 2711 days ago
Cool, I like the qq-tar-gz-it, but I changed it to this:

function qq-tar-gz-it () { tar -zcvf ${1}.tar.gz $1; }

Saves a step.