1. intellij-idea外掛程式格式化
(1.) 開啟file> settings > plugins, 搜尋bashsupport, 安裝重啟idea
(2.) 按ctrl + alt + l鍵進行格式化
2. vscode外掛程式格式化
(1.)外掛程式搜尋 格式化:shell-format
(3.)vscode配置
檔案->首選項->設定
"shellformat.path": "e:/***/shfmt_v2.6.3_windows_amd64.exe"
(4.) 右鍵->format document 進行格式化
(5.) 其他外掛程式
參考鏈結
可通過(滑鼠右鍵 -> 格式化文件),或者通過快捷鍵:ctrl,%2b alt %2b l格式化**
shell格式化輸出
1 使用echo進行格式化輸出 2 使用printf進行格式化輸出 1 使用echo進行格式化輸出 顯示轉義字元 root yanta echo this is a test this is a test 12 讀取變數並顯示 使用 read 命令從標準輸入中讀取一行,並把輸入行的每個欄位的值指定給...
shell格式化輸出
一 echo 命令介紹 功能 將內容輸出到預設顯示裝置 echo命令的功能是在顯示器上顯示一段文字,一般起到乙個提示的作用。功能說明 顯示文字。語法 echo ne 字串 補充說明 echo會將輸入的字串送往標準輸出。輸出的字串間以空白字元隔開,並在 最後加上換行號。命令選項 n不要在最後自動換行 ...
Shell的格式化輸出
root yanta echo this is a test this is a test 使用read命令從標準輸入中讀取一行,並把輸入行的每個欄位的值指定給 shell 變數 bin bash name home yanta read echo.sh author yanta dsc this ...