We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c31ee02 commit 0c50a84Copy full SHA for 0c50a84
Shell/loop-lines.sh
@@ -0,0 +1,3 @@
1
+while read -ru70 thing; do
2
+ ./bla.sh "${thing}"
3
+done 70<<< "${THINGS}"
0 commit comments