source: trunk/essentials/app-shells/bash/tests/read4.sub

Last change on this file was 3228, checked in by bird, 18 years ago

bash 3.1

File size: 46 bytes
Line 
1while read -u 3 var
2do
3 echo "$var"
4done 3<$0
Note: See TracBrowser for help on using the repository browser.