Skip to content

Instantly share code, notes, and snippets.

@bscott
Created April 12, 2013 04:47
Show Gist options
  • Select an option

  • Save bscott/5369447 to your computer and use it in GitHub Desktop.

Select an option

Save bscott/5369447 to your computer and use it in GitHub Desktop.
one-liners
find /var/log/hadoop-0.20 -type f -name hadoop\* -mtime +30 -exec /bin/rm {} \;
eval `ssh-agent -s`
if [ -d repo ]; then (cd repo && git pull); else git clone $repourl;fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment