摘要:
001、 [b20223040323@admin1 test]$ ls a.txt [b20223040323@admin1 test]$ cat a.txt ## 测试数据 d_j j k d d_kk [b20223040323@admin1 test]$ cat a.txt | while r 阅读全文
摘要:
001、 打开vim的配置文件:vim ~/.vimrc 然后在其末尾增加如下内容, 然后保存退出: if has("autocmd") filetype indent on autocmd FileType * setlocal ts=4 sts=4 sw=4 ai et nu autocmd F 阅读全文