更新時間: 2019-07-08
![]() 夢想家活一身, 學無限~ 夢不息, 心不倦~ |
|
指令常用打包工具(tar, gzip, bzip, zip, 7z, xz, pigz)由 datahunter 在 四, 21/05/2009 - 22:45 發表»
pv [ console 下的 progress bar ]由 datahunter 在 四, 07/05/2009 - 20:30 發表最後更新: 2016-08-04 介紹
用慣了 M$ 的框框, 每次 copy 檔案時都有 progress bar 出現, 好讓人知幾時可以完工, 那難道 Linux Console 下沒有嗎 ? 有! 它就是 pv 了, 全名 Pipe Viewer
»
bash shell tips由 datahunter 在 五, 01/05/2009 - 23:51 發表介紹:
用 Linux 的人大多數時間都是和 shell 打交道, 日復日, 年復年, 漸漸可能有點累 ....... 如果你有這感覺, 那相信你仍未獲得用 shell 的奧義 ~ 以下只是拋磚引玉, 還有很多技巧留待大家發掘 ^ ^
目錄:
insert-completions
假設現在有一個目錄, 內有 file_1, file_2, file_3 ........... file_10 script ( terminal 記錄工具 )由 datahunter 在 日, 22/02/2009 - 21:36 發表script 它是可出將 terminal 輸出的文字寫入到檔案內 # script -t 2>~/upgrade-lenny.time -a ~/upgrade-lenny.script -a Append the output to file Output timeing data: <time elapsed since the previous output> <characters were output this time>
重播 upgrade-lenny.script 的過程
Remark: script 及 scriptreplay 是在 bsdutils 包內的 ![]() |