多项选择题

显示/etc/passwd文件中以“:”为分隔的第3个域,可以用()

A.cat file〡cut-d“-”-f3
B.cat files〡ed‘3p’
C.cat file〡grep‘3’
D.cat file〡awk-F“-”‘{print$3}’