rename a list of files

This commit is contained in:
Paul Trowbridge 2022-04-20 11:54:50 -04:00
parent ccb1ba8104
commit 7678bf8d12
1 changed files with 4 additions and 0 deletions

View File

@ -66,3 +66,7 @@ add client
* host setup //etc/ssh/sshd_config to allow passwords and restart
* client uses `ssh-copy-id host_address -p port_num` to move the key to the host
* client uses `ssh` to login
rename files in the current director
------------------------------------------------------------
rename 's/find_this_in_the_file_name/replace_with_this/g' *