1752815 Members
5841 Online
108789 Solutions
New Discussion юеВ

Re: no_HW

 
SOLVED
Go to solution
Dennis Handly
Acclaimed Contributor

Re: no_HW

>Bill: for DEV in $(lssf /dev/rmt/* | grep \?\?\?)

(It may be easier to use fgrep "???".)

Don't you have to use awk so you can separate out the device file from the rest of the info on the lssf output?
for DEV in $(lssf /dev/rmt/* | awk '/\?\?\?/ { print $NF}'); do
yulianto piyut
Valued Contributor

Re: no_HW

rmsf -H 1/0/2/1/0/4/0.199.216.128
Indrajit Bhagat
Regular Advisor

Re: no_HW

Thanks a lot to all of the