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 SkipVought 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: *

  1. jpmur2

    PB in "while read" loop and remsh

    Great ! The option -n works fine. Thanks a lot. JP
  2. jpmur2

    PB in "while read" loop and remsh

    Hello, On HP-UX shell (sh ou ksh), it seems there is a bug in the while loop. Try : echo 'serv1 serv2' | while read N do echo $N done It works fine and prints: serv1 serv2 Then try : echo 'serv1 serv2' | while read N do echo $N remsh $N "ls /etc/passwd" done It prints only : serv1...

Part and Inventory Search

Back
Top