比方說,我有一個.csv文件看起來像這樣: <empty> <empty> 8 <empty> <empty> <empty> 16 <empty> ...
<empty> X A B C D A B ...
<inval> <x1> <y8A1> <y8B1> <y8C1> <y8D1> <y16A1> <y16B1> ...
<inval> <x2> <y8A2> <y
在bash腳本中,我想顯示另一個腳本的輸出,其中的執行時間很長,哪些輸出(包含進度欄)會重定向到文件。 我推出了使用tail -f的想法,而我啓動的過程仍在運行。 虛擬試: #!/bin/bash
./worker.sh & # will log in LOG file
while [[ $(kill -0 $!) ]]; do # my implementation of ps does n