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 John Tel 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: david6789
  • Content: Threads
  • Order by date
  1. david6789

    script help please

    I want to make a simple script that will log onto all 5 servers and do "who" so I can see whos on and be able to "sendnote". Here is my script: #!/bin/sh while read ServerName do ssh user@$ServerName "who" > $ServerName.txt done < inputer.txt It just hangs there and then when I press enter...

Part and Inventory Search

Back
Top