多项选择题

A.sed-n’/^r/p’/etc/passwd
B.grep’^r’/etc/passwd
C.grep’[^r]’/etc/passwd
D.awk’/^r/{print$0}’/etc/passwd