Skip to content

Instantly share code, notes, and snippets.

@Kirill255
Created October 15, 2021 11:07
Show Gist options
  • Save Kirill255/7a744d47a62a27aed47be191fffaf869 to your computer and use it in GitHub Desktop.
Save Kirill255/7a744d47a62a27aed47be191fffaf869 to your computer and use it in GitHub Desktop.
# открыть консоль в нужной папке, и выполнить следующий код
# https://stackoverflow.com/a/17784347
for file in my_file*.js ; do mv $file ${file//my_file/script} ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment