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.

Revisions

  1. kolmakovruslan created this gist Feb 24, 2015.
    3 changes: 3 additions & 0 deletions recursively_remove_file.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    ```Bash
    find . -name ' _file_name_ ' -type f -delete
    ```