Ru-Web-Catalog: CAT.statme.RURussian web-catalog list with Page Ranks and Website page shots. |
for axample list.txt file contain lines: 1 - bash 2 - foreach 3 - lines 4 - output using our BASH-script: #!/bin/bash FILE="list.txt" exec < $FILE while read LINE do echo $LINE done # script will output line by line contents of list.txt2008-10-17, Uzaren