Changeset 182
- Timestamp:
- 02/21/06 23:48:09 (7 years ago)
- File:
-
- 1 edited
-
src/quota_get.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/quota_get.sh
r156 r182 1 1 #!/bin/sh 2 2 . /etc/alternc/local.sh 3 /usr/sbin/repquota -gv $DATA_PART |grep "^#$1[[:space:]]"|awk {'print $3'} 4 /usr/sbin/repquota -gv $DATA_PART |grep "^#$1[[:space:]]"|awk {'print $4'} 3 4 quota -g $1 | awk /${DATA_PART//\//\\\/}/\ {print\ '$2'} 5 quota -g $1 | awk /${DATA_PART//\//\\\/}/\ {print\ '$3'}
Note: See TracChangeset
for help on using the changeset viewer.
