Statistiques
| Révision :

root / bin / show-infodisk-cache @ 39

Historique | Voir | Annoter | Télécharger (142 octet)

1
#!/bin/bash
2
# $Id: show-infodisk-cache 39 2013-10-08 12:46:21Z ltaulell $
3

    
4
#cat /opt/gZFS/infodisks.cache
5
while read line
6
do
7
echo $line
8
done < "/opt/gZFS/infodisks.cache"
9
#done < "/var/log/syslog"