Contributing to Python/Linux command line: Difference between revisions

 
(2 intermediate revisions by the same user not shown)
Line 73:
* You can use Tab to auto-complete directory and file names. So from inside the root directory <tt>/</tt>, if you type <code>cd ho</code> and hit Tab, the command prompt will auto-complete the directory name, and you can then hit enter to change into the <code>/home</code> directory.
* The command prompt maintains a command history. You can use the up arrow to cycle through old commands.
a
 
===Check your understanding===
Anonymous user