rename a list of files
This commit is contained in:
parent
ccb1ba8104
commit
7678bf8d12
4
bash.md
4
bash.md
@ -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' *
|
||||
|
Loading…
Reference in New Issue
Block a user