source:
lab.git/bin/smartgrep
@
25b41dc
| Last change on this file since 25b41dc was 46dc3f4, checked in by mitty <mitty@…>, 16 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.
