49.shell基礎面試題①

1.實現每次打開一個xx.sh時,自動添加註釋信息 [root@chengyinwu ~]# cat .vimrc set ignorecase set nu set autoindent autocmd BufNewFile *.sh exec ":call SetTitle()" func SetTitle() if expand("%:e") == 'sh' call setline(1,
相關文章
相關標籤/搜索