Using perl you can read the file line by line with a while loop and ... while read line do your_command $line >> new_file done < my_groups.
確定! 回上一頁