Is it possible to loop through standard input, similar to this command in
bash?

for i in `cat`; do echo $i; done

Then you paste in your STDIN and hit ctrl-d to end STDIN and begin the loop.
------------------------------------------------------------------------------
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to