Answers for "bash for stdin"

1

bash for stdin

while read line ; do  echo "$line" ; done < "${1:-/dev/stdin}"
Posted by: Guest on January-13-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language