Search Results

Search: Posts Made By: MadeInGermany
2,130
Posted By MadeInGermany
Try this shell script: #!/bin/ksh while : ...
Try this shell script:
#!/bin/ksh
while :
do
for descriptor in 3 4
do
for i in 1 2 3 4 5 6 7 8 9 10 11 12 13 14
do
IFS= read -r line || break 3
printf "%s\n" "$line"...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 10:40 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy