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?
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?