From ab3becd9122b9f2281bdb29a2ab67141cde4d416 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Sun, 1 Jan 2023 19:43:49 +0100 Subject: [PATCH] Added source --- knowledge base/rename.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/knowledge base/rename.md b/knowledge base/rename.md index b593a89..65563be 100644 --- a/knowledge base/rename.md +++ b/knowledge base/rename.md @@ -14,5 +14,8 @@ rename -nv 's/^(\d{4}-\d{2}-\d{2}) (.*)$/$1 addition $2/' 'file' ## Sources - [cheat.sh] +- [How to use the rename command on Linux] + [cheat.sh]: https://cheat.sh/rename +[How to Use the rename Command on Linux]: https://www.howtogeek.com/423214/how-to-use-the-rename-command-on-linux/