I want to do the following, read line by line of a file and use the value per line as params. FILE="cat test" echo "$FILE" | \ while read CMD; ...
www.google.com.tw