zoukankan
html css js c++ java
【VI】如何删除匹配指定字符串的行(已解决)
命令:
g/pattern/d
如,删除包含字母
hell
的行
g/hell/d
删除
不
匹配指定字符的行(未验证,有需要的朋友可以试一下)
v/pattern/
d g
!/pattern/d
查看全文
相关阅读:
An introduction to parsing text in Haskell with Parsec
Kafka and ZooKeeper
Kotlin + Anko for Android
LibGDX
OpenCV
大中型网站技术实践系列
Go by Example
Benchmarks for the Top Server-Side Swift Frameworks vs. Node.js
The Languages and Frameworks You Should Learn in 2017
RabbitMQ
原文地址:https://www.cnblogs.com/memory4young/p/vi-delete-line-matched-specified-characters.html
最新文章
Helpful links
Mycat实现Mysql分片、主从复制和只读分离
Tomcat+Nginx+Keepalived 实现主从热备和负载均衡
DevOps CentOS7
Win10+Anaconda+CUDA+cuDNN+Tensorflow-GPU 环境搭建
JavaEE之成神必备攻略
Face Recognition Algorithms
My Spring Boot Samples
Zombie Toys
Artificial Intelligence & Computer Vision & ML and DL
热门文章
图像处理
菜鸟谈图形、模型优化
OFBiz实战系列
菜鸟谈框架、微服务、容器和架构
Development Q&A
LLVM & Clang
Javascript Course
gRPC & HTTP2
Netty
DayByDay Misc
Copyright © 2011-2022 走看看