On Sun, 5 Apr 2020 14:09:16 -0500, Dale wrote:

> I've used the watch command but don't quite get it yet.  With the
> command below, how would watch be added to that to make it update every
> set number of seconds, say 10 seconds or so?
> 
> smartctl -a /dev/sdd | grep Temp

watch -n 10 '(smartctl -a /dev/sdd | grep Temp)'


-- 
Neil Bothwick

Eye of newt, toe of frog, regular Coke and fries to go, please.

Attachment: pgpcZflQM2hj7.pgp
Description: OpenPGP digital signature

Reply via email to