摘要: 开启以下功能会造成复制代码或文件时发生错位 set smartindent "智能对齐 set tabstop=8 "设置tab宽度 set tabstop=4 "tab个数 set smarttab "自动tab set expandtab "将tab键自动转换为空格 set shiftwidth 阅读全文
posted @ 2018-03-04 14:19 季文康 阅读(298) 评论(0) 推荐(0)
摘要: 使用 find 命令实现高级排除需求 Linked 关于 find 命令,本博客介绍过 "atime,ctime,mtime" 介绍过 " exec 参数 " 。 介绍这些的基本需求是进行文件管理。事实上,基于终端进行 "Linux 中排除掉筛选的文件" 似乎有些许局限。 那么,如果希望据说强大的文 阅读全文
posted @ 2018-03-04 13:41 季文康 阅读(284) 评论(0) 推荐(0)