我正在製作一個shell腳本,我想知道是否可以在腳本執行時直接寫入命令行?shell腳本:如何輸出到命令行?
例子:
[email protected]:/home/user$./script.sh
... output
... another output
... another output
... last output
[email protected]:/home/user$I want to write here on the command line
我不想「回聲」一些文字,我想直接在提示符下寫的。
謝謝!
因此,不,不是因爲據我所知。 – mctylr 2010-08-23 18:43:59
你需要什麼?我知道一種讓它打印文本的方法,但是你不能通過退格去掉文本,文本對你的下一個命令沒有任何影響。但我懷疑你正在尋找什麼。 – Serplat 2010-08-23 18:56:07
@Serplat:文本是用戶在準備就緒時執行的命令。 – codea 2010-08-23 19:15:38