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