当前位置:网站首页>redhat实现目录下特定文本类型内关键字查找及vim模式下关键字查找
redhat实现目录下特定文本类型内关键字查找及vim模式下关键字查找
2022-04-23 05:43:00 【慕美文】
今天改公司网站内的图片,找不到网站目录及css文件,所以研究了下搜索命令,现简单记录下常用的两个:
文件名搜索
#find . -name 文件名
vim模式下字符搜索
/字符 --从上向下
?字符 --从下向上
只知道文件内关键字符串搜索
fimd . -name "*.css" | xargs grep "xl2_bm_1.jpg"
版权声明
本文为[慕美文]所创,转载请带上原文链接,感谢
https://blog.csdn.net/penetrate/article/details/70053025
边栏推荐
猜你喜欢
随机推荐
mysql sql优化之Explain
refused connection
The 8th Blue Bridge Cup 2017 - frog jumping cup
MySQL lock mechanism
Transposed convolution
The role of brackets' [] 'in the parameter writing method in MDN documents
io.lettuce.core.RedisCommandExecutionException: ERR wrong number of arguments for ‘auth‘ command
Add days to date
mysql中duplicate key update
Range of numbers (dichotomous classic template topic)
opensips(1)——安装opensips详细流程
MySql基础狂神说
橙单微服务之批量导入
OSI层常用协议
Sword finger offer II 022 The entry node of the link in the linked list
No.1.#_ 6 Navicat shortcuts
事实最终变量与最终变量
College entrance examination volunteer filling reference
Contract lock loophole
Pytorch deep learning practice_ 11 convolutional neural network