Command Line Crib Sheet
From LMU BioDB 2013
				
								
				
				
																
				
				
								
				By popular demand, based on your week 3 shared journal feedback, here is a reference-style listing of the commands we have seen so far.
| Ctrl-C | “Panic” key—bail out of the current program and jump back to the command line | 
| Ctrl-D | “End input” key—ends a program when using it in “practice” mode (where you type the data that you want it to manipulate) | 
| left/right arrow keys | Go backward/forward across current command (allowing you to edit it) | 
| Tab key | Autocomplete | 
| up/down arrow keys | Go back and forth through command history | 

