source:
lab.git/TipAndDoc/.bin/smartgrep
Last change on this file was 8333ea0, checked in by mitty <mitty@…>, 14 years ago | |
---|---|
|
|
File size: 102 bytes |
Line | |
---|---|
1 | for DEVICE in `ls /dev/[hs]d?` |
2 | do |
3 | echo -n "$DEVICE: " |
4 | sudo smartctl -a $DEVICE | grep $1 |
5 | done |
Note: See TracBrowser
for help on using the repository browser.