Skip to content

Instantly share code, notes, and snippets.

@abcdlsj
Created November 16, 2021 08:47
Show Gist options
  • Save abcdlsj/622f085ca68e746091cccb9f29cbfc86 to your computer and use it in GitHub Desktop.
Save abcdlsj/622f085ca68e746091cccb9f29cbfc86 to your computer and use it in GitHub Desktop.
rename_files_recursive_dir_in_macos
find -g "*.new" | rename -vf 's/\.new//'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment