Historique | Voir | Annoter | Télécharger (142 octet)
#!/bin/bash
# $Id: show-infodisk-cache 39 2013-10-08 12:46:21Z ltaulell $
#cat /opt/gZFS/infodisks.cache
while read line
do
echo $line
done < "/opt/gZFS/infodisks.cache"
#done < "/var/log/syslog"