linux look命令详解

linux系统的look命令详解有哪些?让我们一起来了解下 。
在linux系统中,look指令是用于英文单字的查询的,仅需给予它欲查询的字首字符串,它就会显示所有开头字符串符合该条件的单字 。
语法:look [-adf][-t<字尾字符串>][字首字符串][字典文件]
参考例子:
查询file文件中以L开头的行:
[root@linux265 ~]# cat file
LINUX!
Linux is a free unix-type opterating system.
This is a linux testfile!
Linux test
[root@linux265 ~]# look L file
LINUX!
Linux is a free unix-type opterating system.
参数:
-a 使用另一个字典文件web2,该文件也位于/usr/dict目录下
-d 只对比英文字母和数字,其余一慨忽略不予比对
-f 忽略字符大小写差别
-t <字尾字符串> 设置字尾字符串 。

linux look命令详解

文章插图

今天的分享就是这些,希望能帮助大家 。
【linux look命令详解】

    推荐阅读