Skip to content

Instantly share code, notes, and snippets.

@ivanacostarubio
Created August 10, 2012 00:43
Show Gist options
  • Select an option

  • Save ivanacostarubio/3309676 to your computer and use it in GitHub Desktop.

Select an option

Save ivanacostarubio/3309676 to your computer and use it in GitHub Desktop.
Get rid of every development.log in your System mujajajaja
#/bin/sh
# This will find any development.log file and remove it
# <3
locate development.log | xargs -L1 rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment