当前位置:网站首页>grep命令用法
grep命令用法
2022-06-30 07:08:00 【weixing100200】
n顯示匹配行時,與文件行號一起顯示。(顯示結果所在的行號)
R遞歸的讀取每個目錄下的所有文件,遵循所有符合鏈接。
i忽略字符大小寫的差別
-E 可以傳遞多個內容,使用|來分割多個pattern ,以此實現OR操作
[[email protected] ~]# grep -Rn "LoadModule" /etc/httpd*
/etc/httpd/conf/httpd.conf:48:# have to place corresponding `LoadModule' lines at this location so the
/etc/httpd/conf/httpd.conf:54:# LoadModule foo_module modules/mod_foo.so
/etc/httpd/conf.modules.d/00-dav.conf:1:LoadModule dav_module modules/mod_dav.so
/etc/httpd/conf.modules.d/00-dav.conf:2:LoadModule dav_fs_module modules/mod_dav_fs.so
/etc/httpd/conf.modules.d/00-dav.conf:3:LoadModule dav_lock_module modules/mod_dav_lock.so
/etc/httpd/conf.modules.d/00-lua.conf:1:LoadModule lua_module modules/mod_lua.so
边栏推荐
- Go常用命令
- What if I don't know what to do after graduating from university?
- vs2019和sql
- Realization of dissolve effect in unity and its principle analysis
- 1285_ Expand macros defined by AUTOSAR functions and variables with scripts to improve readability
- Out of class implementation of member function of class template
- 免实名域名是什么意思?
- 已解决:initialize specified but the data directory has files in it. Aborting
- Essence of signal slot macros signal and slot
- 大学刚毕业不知道做什么工作怎么办?
猜你喜欢
随机推荐
RT thread migration to s5p4418 (III): static memory pool management
I graduated this year, but I don't know what I want to do
对占用多字节和位的报文信号解析详解
Class template case - encapsulation of array classes
【每日一题】535. TinyURL 的加密与解密
Which securities company is good for opening a mobile account? Also, is it safe to open an account online?
SQL Server2005中SUM函数内嵌套IF语句
First line of code (Third Edition) learning notes
Idea shortcut key
Ffmplay is not generated during the compilation and installation of ffmpeg source code
Xshell transfer file
[semidrive source code analysis] [x9 chip startup process] 34 - RTOS side display module SDM_ display_ Init display initialization source code analysis
Out of class implementation of member function of class template
The class imported by idea import clearly exists, but it is red?
【已解决】Failed! Error: Unknown error 1130
Install go language development tools
【已解决】MySQL异常:ERROR 1045 (28000): Unknown error 1045,忘记初始密码
[Hot100]回文子串 与 最长回文子串
Traverse map
How to convert XML to JSON









