look指令用于英文单字的查询。您仅需给予它欲查询的字首字符串,它会显示所有开头字符串符合该条件的单字。
语法格式:look [参数] [字符串] [文件]
常用参数:
参考示例
查询file文件中以L开头的行:
[root@linuxcool ~]# cat file
LINUX!
Linux is a free unix-type opterating system.
This is a linux testfile!
Linux test
[root@linuxcool ~]# look L file
LINUX!
Linux is a free unix-type opterating system.
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)