Horje
bash for stdin Code Example
bash for stdin
while read line ; do  echo "$line" ; done < "${1:-/dev/stdin}"




Shell

Related
bash set -x Code Example bash set -x Code Example
linux check graphics driver Code Example linux check graphics driver Code Example
list all PPAs ubuntu Code Example list all PPAs ubuntu Code Example
android studio ubuntu Code Example android studio ubuntu Code Example
bluetooth keep restarting ubuntu Code Example bluetooth keep restarting ubuntu Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11