Statistiques
| Révision :

root / bin / show-infodisk-cache @ 27

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

1
#!/bin/bash
2

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