Changeset 19 for src/quota_get.sh


Ignore:
Timestamp:
02/21/06 23:27:01 (7 years ago)
Author:
anarcat
Message:

[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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/quota_get.sh

    r6 r19  
    11#!/bin/sh 
    22. /etc/alternc/local.sh 
    3 quota -v -g $1 |grep $DATA_PART|awk {'print $2'} 
    4 quota -v -g $1 |grep $DATA_PART|awk {'print $3'} 
     3repquota -gv $DATA_PART |grep "^#$1[[:space:]]"|awk {'print $3'} 
     4repquota -gv $DATA_PART |grep "^#$1[[:space:]]"|awk {'print $4'} 
Note: See TracChangeset for help on using the changeset viewer.