当前位置:网站首页>grep command written test questions
grep command written test questions
2022-07-31 19:51:00 【Linux operation and maintenance diary】
The grep command is a powerful text search tool that uses Regular ExpressionSearch Text
Print the line containing 'root' in test.txt
Delete line 15 of test.txt and all subsequent lines
Delete the line containing 'bash' in test.txt
Replace 'root' in test.txt with 'ha'
Replace '/sbin/nologin' in test.txt with '/bin/login'
Print odd lines in /etc/passwd?
边栏推荐
- 返回一个零长度的数组或者空的集合,不要返回null
- multithreaded lock
- What's wrong with the sql syntax in my sql
- Arduino框架下STM32全系列开发固件安装指南
- INeuOS industrial Internet operating system, the equipment operational business and "low code" form development tools
- BM3 将链表中的节点每k个一组翻转
- <artifactId>ojdbc8</artifactId>「建议收藏」
- 几款永久免费内网穿透,好用且简单(内网穿透教程)
- Three.js入门
- Financial profitability and solvency indicators
猜你喜欢
随机推荐
MySQL---创建和管理数据库和数据表
Cache and Database Consistency Solutions
linux查看redis版本命令(linux查看mysql版本号)
How to change npm to Taobao mirror [easy to understand]
【Yugong Series】July 2022 Go Teaching Course 025-Recursive Function
Three. Introduction to js
【AcWing】The 62nd Weekly Match 【2022.07.30】
Returns a zero-length array or empty collection, do not return null
idea中搜索具体的字符内容的快捷方式
有一说一,外包公司到底值不值得去?
MySQL - multi-table query
京东获取商品历史价格信息 API
Basics of ResNet: Principles of Residual Blocks
grep命令 笔试题
[PIMF] OpenHarmony Thesis Club - Inventory of the open source Hongmeng tripartite library [3]
leetcode 665. Non-decreasing Array 非递减数列(中等)
MySQL---aggregate function
matplotlib ax bar color 设置ax bar的颜色、 透明度、label legend
PCB stackup design
The principle of ReentrantLock (to be continued)