如何在文件中查找显示所有以"*"打头的行?
A、
find \* file
B、
wc -l * < file
C、
grep -n * file
D、
grep ‘^\*’ file
【正确答案】
D
【答案解析】
提交答案
关闭