Linux基礎命令—文字顯示look
look
顯示檔案中以特定字串開始的行。在look執行二進位制搜尋時,必須對檔案中的行進行排序。如果未指定檔案,則使用檔案“/usr/share/dict/words“,只比較字母數字字元,忽略字母字元的大小寫。
此命令的適用範圍:RedHat、RHEL、Ubuntu、CentOS、SUSE、openSUSE、Fedora。
1、語法
look [選項] string files
2、選項列表
–version
顯示命令版本資訊
–help
顯示幫助文件
-d
只對比數字和英文字母,其他忽略
-f
忽略字元的大小寫
-a
使用字典檔案/usr/dict/web2
-t
指定字串結束符
3、例項
顯示以hello開頭的行
[root@localhost weijie]# cat 1.c //檢視檔案
hello world,
i am david.
i love linux,
love code.
[root@localhost weijie]# look hello 1.c //顯示以hello開頭的行
hello world,
顯示檔案中以特定字串開始的行。在look執行二進位制搜尋時,必須對檔案中的行進行排序。如果未指定檔案,則使用檔案“/usr/share/dict/words“,只比較字母數字字元,忽略字母字元的大小寫。
此命令的適用範圍:RedHat、RHEL、Ubuntu、CentOS、SUSE、openSUSE、Fedora。
1、語法
look [選項] string files
2、選項列表
–version
顯示命令版本資訊
–help
顯示幫助文件
-d
只對比數字和英文字母,其他忽略
-f
忽略字元的大小寫
-a
使用字典檔案/usr/dict/web2
-t
指定字串結束符
3、例項
顯示以hello開頭的行
[root@localhost weijie]# cat 1.c //檢視檔案
hello world,
i am david.
i love linux,
love code.
[root@localhost weijie]# look hello 1.c //顯示以hello開頭的行
hello world,
相關文章
- Linux基礎命令---顯示文字lookLinux
- Linux基礎命令---tail顯示文字LinuxAI
- Linux基礎命令—文字顯示odLinux
- Linux基礎命令—文字顯示cutLinux
- Linux基礎命令—文字顯示moreLinux
- Linux基礎命令—顯示文字grepLinux
- Linux基礎命令---顯示域名ypdomainnameLinuxAI
- Linux基礎命令---顯示程式psLinux
- Linux基礎命令---top顯示程式資訊Linux
- Linux基礎命令---mpstat顯示cpu使用Linux
- Linux基礎命令---mysqlshow顯示資料庫LinuxMySql資料庫
- Linux基礎命令---ipcs顯示程式通訊Linux
- Linux基礎命令—顯示主機名hostnameLinux
- Linux基礎命令---顯示主機名hostnameLinux
- Linux基礎命令---顯示路由表routeLinux路由
- Linux基礎命令---mailq顯示郵件佇列LinuxAI佇列
- Linux基礎命令---sar顯示系統活動資訊Linux
- Linux基礎命令---dmsg顯示核心輸出Linux
- Linux基礎命令---顯示樹形程式pstreeLinux
- Linux基礎命令---netstat顯示網路狀態Linux
- Linux基礎命令---tload顯示系統負載Linux負載
- Linux基礎命令---iostat顯示裝置狀態LinuxiOS
- Linux基礎命令---uname顯示計算機名稱Linux計算機
- Linux基礎命令—顯示登入使用者wLinux
- Linux基礎命令---顯示登入使用者wLinux
- Linux基礎命令---顯示登入使用者lognameLinux
- Linux基礎命令---文字過濾colrmLinux
- Linux基礎命令---文字統計pasteLinuxAST
- Linux基礎命令---wc文字統計Linux
- Linux基礎命令—文字統計wcLinux
- Linux基礎命令—文字過濾colLinux
- Linux基礎命令---文字編輯tacLinux
- Linux基礎命令---文字編輯sedLinux
- Linux基礎命令---文字過濾colLinux
- Linux基礎命令---文字編輯teeLinux
- Linux基礎命令---vim文字編輯Linux
- Linux基礎命令---文字編輯exLinux
- linux基礎命令——文字編輯vimLinux