• 2022-06-09
    Linux系统中,哪一条命令可以用来查找文件testfile中只包含四个字符的行
    A: grep '????' testfiel
    B: grep '....' testfile
    C: grep '^????$' testfile
    D: grep '^....$' testfile