Created
February 21, 2016 08:16
-
-
Save mid0111/a2dd93884b10e03d2d46 to your computer and use it in GitHub Desktop.
特定ディレクトリ配下のファイル置換
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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