We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a22bc6 commit fe468a2Copy full SHA for fe468a2
1 file changed
cmd/example.bash
@@ -26,6 +26,10 @@ cmd_stdout_and_stderr() {
26
exit 1
27
}
28
29
+cmd_loop() {
30
+ for file in $(find -type f); do sed -i 's/\\Data\\/\\DataProvider\\/' $file; done
31
+}
32
+
33
cmd_associative_array_looping() {
34
declare -A array=(
35
[foo]=bar1
0 commit comments