Skip to content

Instantly share code, notes, and snippets.

@sayac
Created May 28, 2013 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sayac/5663009 to your computer and use it in GitHub Desktop.
Save sayac/5663009 to your computer and use it in GitHub Desktop.
カレントディレクトリ配下のすべての空きディレクトリに.gitkeepファイルを作成する
find . -empty -type d -exec touch {}/.gitkeep \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment