当前位置:网站首页>grep命令 笔试题
grep命令 笔试题
2022-07-31 19:03:00 【Linux运维日记】
grep命令是一种强大的文本搜索工具,它能使用正则表达式搜索文本
打印test.txt 中包含 ‘root’ 的行
删除test.txt 的15行以及以后所有行
删除test.txt中包含 ‘bash’ 的行
替换test.txt 中 ‘root’ 为 ‘ha’
替换test.txt中 ‘/sbin/nologin’ 为 ‘/bin/login’
打印/etc/passwd的奇数行?
边栏推荐
- MySQL---基本的select语句
- Unity 之 音频类型和编码格式介绍
- 移动web开发02
- 【码蹄集新手村600题】不通过字符数组来合并俩个数字
- go mode tidy出现报错go warning “all“ matched no packages
- matplotlib ax bar color Set the color, transparency, label legend of the ax bar
- 【luogu P8326】Fliper (Graph Theory) (Construction) (Eulerian Circuit)
- AcWing 1282. Search Keyword Problem Solution ((AC Automata) Trie+KMP)+bfs)
- 第六章
- 淘宝/天猫获得淘口令真实url API
猜你喜欢
随机推荐
MySQL---Basic select statement
全平台GPU通用AI视频补帧超分教程
Multi-datacenter operation and detection of concurrent writes
获取抖音视频详情 API
Bika LIMS 开源LIMS集—— SENAITE的使用(检测流程)
华为手机一键开启“维修模式”隐藏所有数据,让手机隐私更加安全
京东按关键字搜索商品 API
INeuOS industrial Internet operating system, the equipment operational business and "low code" form development tools
Three. Introduction to js
useragent在线查找
Teach you how to deploy Nestjs projects
MySQL---Subqueries
几款永久免费内网穿透,好用且简单(内网穿透教程)
【Yugong Series】July 2022 Go Teaching Course 023-List of Go Containers
Linux环境redis集群搭建「建议收藏」
新型电信“套路”,我爸中招了!
常用的安全渗透测试工具(渗透测试工具)
【愚公系列】2022年07月 Go教学课程 023-Go容器之列表
go基础部分学习笔记记录
给定一个ip地址,子网掩码怎么算网络号(如何获取ip地址和子网掩码)









