在Linux中,下面( )命今可以查找出当前目录下以 d 开头的文件中包含字符串“test”的行
whereis 'test’ d*
locate 'test' d*
grep 'test' d*
find 'test' d*