Linux 如何用vim命令把编辑文件的几行内容拷贝到一个新文件
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
在用vim编辑文件时,常常会用到一个功能:把编辑文件的几行内容拷贝到一个新文件中。怎么实现该功能?
假设编辑文件nginx.conf ,把该文件的51至91行拷贝到新文件./vhost/res.help.com.conf中,详细实现,请参阅下面示例:
:51,91w!./vhost/res.help.com.conf
再拓展下,如何把nginx.conf 中的31到34行追加到文件./vhost/res.help.com.conf中,请参阅下面示例:
:31,34 w! >>./vhost/res.help.com.conf
vim的其他用法,请参阅以前的blog:Vim常用命令
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献9条内容
所有评论(0)