Skip to content

Instantly share code, notes, and snippets.

@mid0111
Created February 21, 2016 08:16
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 mid0111/a2dd93884b10e03d2d46 to your computer and use it in GitHub Desktop.
Save mid0111/a2dd93884b10e03d2d46 to your computer and use it in GitHub Desktop.
特定ディレクトリ配下のファイル置換
for i in `ls -1`; do mv $i ${i/navbar/sidebar} ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment