Last active
April 9, 2018 07:53
-
-
Save ishideo/c54c9fb52a53137e8560220729da0935 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
find ./csv -name "*.csv" -print | sed -e 's/\(.*\)\(log_\)\([0-9]\{8\}_\)\(.*\)$/"\1\2\3\4" "\1\2\4"/' | xargs -n 2 mv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment