当前位置:网站首页>Grep command usage
Grep command usage
2022-06-30 07:08:00 【weixing100200】
n When matching rows are displayed , Display with file line number .( Display the line number of the result )
R Recursively read all files in each directory , Follow all matching links .
i Ignore character case differences
-E Can deliver multiple content , Use | To split multiple pattern , To achieve OR operation
[[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
边栏推荐
猜你喜欢

SOC project AHB_ SD_ Host controller design

JS widget wave JS implementation of wave progress bar animation style

MySQL优化:从十几秒优化到三百毫秒
![[daily question] 535 Encryption and decryption of tinyurl](/img/73/35674cd5df3d937af0762645041421.png)
[daily question] 535 Encryption and decryption of tinyurl

2、 Layout system

Go installation and configuration (1)
![[JSON tutorial] Chapter 1 learning notes](/img/ce/cf74b396a8bd4c4c7028663b8cb665.png)
[JSON tutorial] Chapter 1 learning notes

Relevant database questions.

Assembly language learning I (with stack co process, 32-bit registers and related instructions, to be continued 06/29)

Linux server installation redis
随机推荐
Out of class implementation of member function of class template
Resolution: div failed to get keyboard event
June 29, 2022 -- take the first step with C # -- add decision logic to the code using the "if", "else" and "else if" statements in C #
RT thread migration to s5p4418 (IV): thread synchronization
How to set the hot deployment of idea web project
[Hot100]10. Regular Expression Matching
Golan common shortcut key settings
app闪退
vs2019和sql
Daemon and user threads
[fuzzy neural network] mobile robot path planning based on Fuzzy Neural Network
Traverse map
Qstring to const char*
app quits unexpectedly
【docsify基本使用】
IDEA import导入的类明明存在,却飘红?
Ls1028 manual
Four great happenings on earth
[JSON tutorial] Chapter 1 learning notes
Porting RT thread to s5p4418 (V): thread communication