摘要:
shell 比较[字符串](https://so.csdn.net/so/search?q=字符串&spm=1001.2101.3001.7020)、判断文件是否存在及是否可读等,通常用”[]”来表示条件测试。 if ….;then …. elif ….; then …. else …. fi [ 阅读全文
摘要:
vim配置与操作 ~/.vimrc 配置文件 set nu set cursorline set autoindent set tabstop=4 function AddTitle() call setline(1,"#!/usr/bin/python3") call append(1,"# ") 阅读全文