Version Differences for Customizing Command Prompt to be Install Ready

(Screenshot)
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/>  
    + <br/>  
       
  = Operating System Specific =    = Operating System Specific = 
Line 25:
  The [http://unixhelp.ed.ac.uk/CGI/man-cgi?script man page for script] has more details on '''script''', but basically script will capture every keystroke that is performed within the terminal. It also captures the current screen output. Therefore, you can potentially redirect the entire installation to file as well as any keys you may hit, while also rendering to the screen. After script is invoked and the installation has completed (whether in error or success), type '''<font face="monospace">exit</font>''' to finish the script (which will then be saved to a file). You can then upload the script output to Supportal for further analysis if you wish.    The [http://unixhelp.ed.ac.uk/CGI/man-cgi?script man page for script] has more details on '''script''', but basically script will capture every keystroke that is performed within the terminal. It also captures the current screen output. Therefore, you can potentially redirect the entire installation to file as well as any keys you may hit, while also rendering to the screen. After script is invoked and the installation has completed (whether in error or success), type '''<font face="monospace">exit</font>''' to finish the script (which will then be saved to a file). You can then upload the script output to Supportal for further analysis if you wish. 
       
    + <br/>  
    + <br/>  
  == Windows ==    == Windows == 
       
Line 95:
  </tr>    </tr> 
  </table>    </table> 
    + <br/>  
    + <br/>  
  ==== Screenshot ====    ==== Screenshot ====