摘要:
答: find . -name '*.txt' -delete 这条命令含义如下: 从当前目录开始查找以txt为后缀名的文件并删除掉 阅读全文
posted @ 2019-04-17 20:06
Jello
阅读(8340)
评论(0)
推荐(0)
摘要:
答: sed -i 's/$/yes/' jello.txt 这句话的意思就是在jello.txt文件的所有行尾都添加相同的内容yes,如jello.txt原来的内容为: 那么经过这个命令处理之后就变成了 阅读全文
posted @ 2019-04-17 18:30
Jello
阅读(5420)
评论(0)
推荐(0)
摘要:
1. 获取源码 git clone https://github.com/vim/vim.git ~/vim cd ~/vim 2. 配置 ./configure --prefix=/home/jello/vim --with-tlib=tinfo --enable-pythoninterp=yes 阅读全文
posted @ 2019-04-17 18:09
Jello
阅读(1415)
评论(0)
推荐(0)