Changeset 19
- Timestamp:
- 02/21/06 23:27:01 (7 years ago)
- File:
-
- 1 edited
-
src/quota_get.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/quota_get.sh
r6 r19 1 1 #!/bin/sh 2 2 . /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'}3 repquota -gv $DATA_PART |grep "^#$1[[:space:]]"|awk {'print $3'} 4 repquota -gv $DATA_PART |grep "^#$1[[:space:]]"|awk {'print $4'}
Note: See TracChangeset
for help on using the changeset viewer.
