From 6dc4b53713ef580fa2320f28ec74600ef26c12c0 Mon Sep 17 00:00:00 2001 From: rdrew Date: Tue, 19 Mar 2024 10:56:04 -0300 Subject: [PATCH] [nb] Edit: cli_commands.md --- cli_commands.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cli_commands.md b/cli_commands.md index 411bf83..4c7c982 100644 --- a/cli_commands.md +++ b/cli_commands.md @@ -10,3 +10,5 @@ drush sqlq 'select count(node.nid) as node_count, node_type.type from node inner ## search replace in text mulitle files perl -pi -w -e 's/SEARCH_FOR/REPLACE_WITH/g;' *.txt +## search replace in file names +rename 's/livero/lives/g' **/*.* -v