projects
/
lab.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
* fix entry order
[lab.git]
/
.bin
/
smartgrep
1
for DEVICE in `ls /dev/[hs]d?`
2
do
3
echo -n "$DEVICE: "
4
sudo smartctl -a $DEVICE | grep $1
5
done