登录 注册
当前位置:主页 > 资源下载 > 9 > 利用Vim脚本对文本进行编辑

利用Vim脚本对文本进行编辑

  • 更新:2024-11-21 18:38:20
  • 大小:5KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

维尔 使用Vim脚本编辑文本。 $ cat nums 5 2 4 $ cat nums | vil %sort 2 4 5 $ vil --help 2>&1 | vil -ne'%s/^ *//|g/^-/+1p' suppress automatic printing of buffer add the script to the commands to be executed add the contents of script-file to the commands to be executed display this help and exit output version information and exit 用法 $ vil [OPTION]... {script-only-if-no-other-script} [input-file]... Options: