Lines Matching refs:arg
14 arg="&>/dev/null"
19 grep '^toyTestGroup:' /etc/group $arg && groupdel toyTestGroup $arg &&
22 grep '^toy1Test2Group3:' /etc/group $arg && groupdel toy1Test2Group3 $arg &&
25 grep '^987654321:' /etc/group $arg && groupdel 987654321 $arg &&
28 grep '^toy.1Test-2Group.3:' /etc/group $arg &&
29 groupdel toy.1Test-2Group.3 $arg && echo 'yes'" "yes\n" "" ""
33 grep '^$_s210:' /etc/group $arg && groupdel $_s210 $arg && echo 'yes'" \
36 grep '^toyTestGroup:' /etc/group $arg && groupdel toyTestGroup $arg &&
39 "groupadd -g 49999 -S toyTestGroup && grep '^toyTestGroup:' /etc/group $arg &&
40 groupdel toyTestGroup $arg && echo 'yes'" "yes\n" "" ""
42 grep '^toyTestGroup:' /etc/group $arg && groupdel toyTestGroup $arg &&
45 grep '^toyTestGroup:' /etc/group $arg && groupadd $USER toyTestGroup &&
46 grep '^toyTestGroup:.*:.*:.*$USER.*' /etc/group $arg &&
47 groupdel $USER toyTestGroup $arg || groupdel toyTestGroup &&
48 grep '^toyTestGroup:' /etc/group $arg || echo 'yes'" "yes\n" "" ""
54 grep '^toyTestGroup:' /etc/group $arg && groupdel toyTestGroup $arg &&