Version Differences for Preparation for Capturing Install Output

(Redirect to File)
Line 12:
       
  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> 
- <br/>      
  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. 
    + <br/>  
    + <br/>  
       
  = Operating System Specific =    = Operating System Specific =