Searched refs:GRP (Results 1 - 1 of 1) sorted by relevance

/src/etc/
H A Dsecurity329 GRP=/etc/group
347 }' < $GRP > $OUTPUT
349 printf "\nChecking the $GRP file:\n"
353 awk -F: '{ print $1 }' $GRP | sort | uniq -d > $OUTPUT
356 gcount=$(awk -F: "/$group/ { print \$1,\$3 }" $GRP |
363 printf "\n$GRP has duplicate group names.\n"

Completed in 3 milliseconds