diff --git a/notes/rename-cli.md b/notes/rename-cli.md new file mode 100644 index 0000000..1abcb7b --- /dev/null +++ b/notes/rename-cli.md @@ -0,0 +1,15 @@ +--- +title: Bulk rename files +tags: + - CLI +--- + +``` +rename 's///g' * +``` + +Useful options: + +`-v`: List files renamed +`-n`: Dry-run +`-d`: Act just on the filename