source: src/quota_get.sh @ 19

Revision 19, 164 bytes checked in by anarcat, 7 years ago (diff)

[project @ alternc: changeset 2003-04-01 15:11:15 by guillaume]
correction du bug mantis no109 sur la longueur du nom de peripherique

Original author: guillaume
Date: 2003-04-01 15:11:15

Line 
1#!/bin/sh
2. /etc/alternc/local.sh
3repquota -gv $DATA_PART |grep "^#$1[[:space:]]"|awk {'print $3'}
4repquota -gv $DATA_PART |grep "^#$1[[:space:]]"|awk {'print $4'}
Note: See TracBrowser for help on using the repository browser.