Actually it's look like this :
#!/usr/bin/ksh
# Name Specifies the device logical
echo " "
echo "### Devices in the system and their characteristics ###"
lsdev -l $1
# LIST CHILDS FROM THE SELECTED DEVICE
echo " "
echo "### LIST CHILDS FROM THE DEVICE $1 ###"
lsdev -l $1 | awk '{ print "lsdev...
Hi all,
I would like to know if somebody already did a script to make a "Tree view" of the devices with Parents and Childs with the basic commands lsdev and odmget ?
Thanks,
Fabisu
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.