From d55f3b38fa4810086e380d67874fc54476b52f4a Mon Sep 17 00:00:00 2001 From: rdrew Date: Tue, 16 Apr 2024 10:01:28 -0300 Subject: [PATCH] [nb] Edit: cli_commands.md --- cli_commands.md | 1 + 1 file changed, 1 insertion(+) diff --git a/cli_commands.md b/cli_commands.md index 4c7c982..464fb15 100644 --- a/cli_commands.md +++ b/cli_commands.md @@ -9,6 +9,7 @@ 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 +perl -pi -w -e 's/thex/robertsonlibrary/g;' **/*.* ## search replace in file names rename 's/livero/lives/g' **/*.* -v