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!

What is the command for selecting multiple devices 1

Status
Not open for further replies.

ronfarris

Programmer
Oct 25, 2000
30
US
I am trying to write a an AIX script that will access all of the /dev/rmt's at once excluding the ones with a rmt.0# in them. I need just rmt0 thru rmt55

what is the appropriate syntax to do that

I have tried for instance:
ls /dev/rmt[!.] however the response brought me rmt0-rmt9
How do I get all 56 of the rmt's at once?
 
Thank you for the tip on the rmt problem, it works great! Do you know how to make devices on a scsi chain respond at the same time?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top