Skip to content

Instantly share code, notes, and snippets.

@iamajeesh
Created November 6, 2013 19:39
Show Gist options
  • Select an option

  • Save iamajeesh/7342815 to your computer and use it in GitHub Desktop.

Select an option

Save iamajeesh/7342815 to your computer and use it in GitHub Desktop.

Revisions

  1. iamajeesh created this gist Nov 6, 2013.
    6 changes: 6 additions & 0 deletions remover.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@

    #without confirmation
    find . -name "error_log" -exec rm -rf {} \;

    #with confirmation
    find . -name "error_log" -exec rm -i {} \;