Skip to content

Instantly share code, notes, and snippets.

@namachan10777
Created August 26, 2016 15:05
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 namachan10777/2a5d2731a2660982685a21ad33f351df to your computer and use it in GitHub Desktop.
Save namachan10777/2a5d2731a2660982685a21ad33f351df to your computer and use it in GitHub Desktop.
for f in *.c
mv $f (basename $f .c).cpp
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment