Posts by user187831 • 3 points
1 post
-
0
votes1
answer44
viewsQ: String set for a for loop using pipe (shell script)
I’m trying to write a shell script that processes some strings and passes them all by pipe to a for loop, but I’m having trouble getting the iterator through those strings, because I thought that…