Lines Matching full:grep
20 # Redirecting all output to /dev/null for grep and delgroup
26 grep '^toyTestGroup:' /etc/group $arg && groupdel toyTestGroup $arg &&
29 grep '^toy1Test2Group3:' /etc/group $arg && groupdel toy1Test2Group3 $arg &&
32 grep '^987654321:' /etc/group $arg && groupdel 987654321 $arg &&
35 grep '^toy.1Test-2Group.3:' /etc/group $arg &&
40 grep '^$_s210:' /etc/group $arg && groupdel $_s210 $arg && echo 'yes'" \
43 grep '^toyTestGroup:' /etc/group $arg && groupdel toyTestGroup $arg &&
46 "groupadd -g 49999 -S toyTestGroup && grep '^toyTestGroup:' /etc/group $arg &&
49 grep '^toyTestGroup:' /etc/group $arg && groupdel toyTestGroup $arg &&
52 grep '^toyTestGroup:' /etc/group $arg && groupadd $USER toyTestGroup &&
53 grep '^toyTestGroup:.*:.*:.*$USER.*' /etc/group $arg &&
55 grep '^toyTestGroup:' /etc/group $arg || echo 'yes'" "yes\n" "" ""
61 grep '^toyTestGroup:' /etc/group $arg && groupdel toyTestGroup $arg &&