Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: dell9
  • Order by date
  1. dell9

    question about rsh and read

    this shell works,it read each line of the file and output #!bin/bash while read line do echo $line done < inputfile --------------------------- but when i add an rsh command within the loop, shell only reads the first line of the inputfile and stops. #!bin/bash while read line do echo $line rsh...

Part and Inventory Search

Back
Top