Answers for "how to use stdin linux"

0

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