Excel 數字前補0 Leave a Comment / Excel, Office / By JDP 要在數字前方實際補0話(當文字使用),可以使用TEXT或RIGHT函式來做到 如果要顯示時有補0,但實際數值沒 … Excel 數字前補0 Read More »
Linux 搜尋檔案中的字串(grep) Leave a Comment / CentOS, Linux / By JDP 搜尋某個目錄下的所有檔案內容是否包含某個字串,可以使用grep來達到grep -rnw ‘目錄’ -e ‘要搜 … Linux 搜尋檔案中的字串(grep) Read More »
Linux 查看ps的完整輸出指令 Leave a Comment / Linux / By JDP 很多人查看現在正在執行的process是使用ps aux,但很多過長的指令卻會超過螢幕看不到,這邊列出幾種方式 … Linux 查看ps的完整輸出指令 Read More »