Windows, Linux & others utility tools Tips & Tricks

UBUNTU Useful commands


UBUNTU Useful commands 

You can use keyboard shortcuts and other command line tricks to make entering commands easier and faster. You might already know about the ‘tab’ key which completes partial commands. 

cmd_UB



Here are some other keyboard shortcuts: 

Ctrl+Alt+T    Open Terminal 

Ctrl-a             Move to the start of the line. 
 
Ctrl-e             Move to the end of the line. 

Ctrl-u             Delete from the cursor to the beginning of the line. 

Ctrl-k             Delete from the cursor to the end of the line. 

Ctrl-w             Delete from the cursor to the start of the word. 

Ctrl+Sft+V     Pastes text . 

Ctrl-l               Clear the screen leaving the current line at the top of the screen. 

Ctrl-x Ctrl-u   Undo the last changes.

Ctrl-Alt-r         Undo all changes to the line.

Alt-Ctrl-e         Expand command line. 

Ctrl-r                Incremental reverse search of history. 

Alt-p                 Non-incremental reverse search of history. 

!!                        Execute last command in history 

!abc                   Execute last command in history beginning with abc 

!n                       Execute nth command in history 

^abc^efg           Replace first occurrence of abc with efg in last command and    
                            execute it


Dear Reader, if you like My Blog content, feel free to comment on our blog posts. 
UBUNTU Useful commands UBUNTU Useful commands Reviewed by OS on January 16, 2015 Rating: 5

No comments:

In the digital age, privacy concerns are more pressing than ever.  A tutorial titled "How to hide folders" seems to provide many u...

Powered by Blogger.