Skip to content

Instantly share code, notes, and snippets.

@alex-pat
Created December 7, 2016 19:04
Show Gist options
  • Save alex-pat/4c9656e0f6df422dc701101f5544eafa to your computer and use it in GitHub Desktop.
Save alex-pat/4c9656e0f6df422dc701101f5544eafa to your computer and use it in GitHub Desktop.
the best script for students, ever
for i in *kiklevich*
do
mv "$i" "${i/kiklevich/Патеенок}"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment