|
Any output from a script/prompt can be redirected to a file. This can be achieved by invoking the ">" key while typing a script to execute. For example, the following will redirect to a file: <pre>install.sh > install.out</pre> |
|
Any output from a script/prompt can be redirected to a file. This can be achieved by invoking the ">" key while typing a script to execute. For example, the following will redirect to a file: <pre>install.sh > install.out</pre> |
|
Unfortunately, this will not capture any input one will type on the command line and should be considered as a '''last resort''' if none of the following work. |
|
Unfortunately, this will not capture any input one will type on the command line and should be considered as a '''last resort''' if none of the following work. |
|
= Operating System Specific = |
|
= Operating System Specific = |