root / bin / show-infodisk-cache @ 64
Historique | Voir | Annoter | Télécharger (278 octet)
1 |
#!/bin/bash |
---|---|
2 |
# $Id: show-infodisk-cache 51 2013-10-10 11:20:37Z ltaulell $ |
3 |
# Copyright (C) 2013 Kevin Reverchon, Loïs Taulelle |
4 |
# This file/program is part of gZFS free software |
5 |
# See COPYING file for details |
6 |
# |
7 |
|
8 |
#cat /opt/gZFS/infodisks.cache |
9 |
while read line |
10 |
do |
11 |
echo $line |
12 |
done < "/opt/gZFS/infodisks.cache" |
13 |
#done < "/var/log/syslog" |