Skip to content

Instantly share code, notes, and snippets.

@kolmakovruslan
Created February 24, 2015 12:14
Show Gist options
  • Select an option

  • Save kolmakovruslan/e98584109b50fad906b9 to your computer and use it in GitHub Desktop.

Select an option

Save kolmakovruslan/e98584109b50fad906b9 to your computer and use it in GitHub Desktop.
Recursively remove file
find . -name ' _file_name_ ' -type f -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment