Skip to content

Instantly share code, notes, and snippets.

@namikingsoft
Last active January 25, 2016 16:47
Show Gist options
  • Save namikingsoft/fa0ad3d97fa8f5ba6804 to your computer and use it in GitHub Desktop.
Save namikingsoft/fa0ad3d97fa8f5ba6804 to your computer and use it in GitHub Desktop.
Delete all on directory include hidden file - ディレクトリの中身を隠しファイルを含め、全て削除
rm -rf $(find /path/to/directory -maxdepth 1 -mindepth 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment