Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

command line linux delete all the line

TERMINAL Shortcuts Lists:

Left            Move back one character
Right           Move forward one character
Ctrl+b          Move back one character
Ctrl+f          Move forward one character

Alt+Left        Move back one word
Alt+Right       Move forward one word
Alt+b           Move back one word
Alt+f           Move forward one word

Cmd+Left        Move cursor to start of line
Cmd+Right       Move cursor to end of line
Ctrl+a          Move cursor to start of line
Ctrl+e          Move cursor to end of line

Ctrl+d          Delete character after cursor
Backspace       Delete character before cursor

Alt+Backspace   Delete word before cursor
Ctrl+w          Delete word before cursor
Alt+w           Delete word before the cursor
Alt+d           Delete word after the cursor

Cmd+Backspace   Delete everything before the cursor
Ctrl+u          Delete everything before the cursor
Ctrl+k          Delete everything after the cursor

Ctrl+l          Clear the terminal

Ctrl+c          Cancel the command
Ctrl+y          Paste the last deleted command
Ctrl+_          Undo

Ctrl+r          Search command in history - type the search term
Ctrl+j          End the search at current history entry and run command
Ctrl+g          Cancel the search and restore original line

Up              previous command from the History
Down            Next command from the History
Ctrl+n          Next command from the History
Ctrl+p          previous command from the History

Ctrl+xx         Toggle between first and current position
Comment

PREVIOUS NEXT
Code Example
Shell :: hide ssd icon in ubuntu 
Shell :: install Llms on Ubuntu 
Shell :: install opencv powershell cmake 
Shell :: shell programation 
Shell :: ps -A |grep locust 
Shell :: spacemacs ubuntu 
Shell :: my ubuntu software center has disppeared 
Shell :: what does apt mean when installing app on ubuntu 
Shell :: fat-free migration 
Shell :: press return to continue linux which key should I press 
Shell :: Install Discord Together 
Shell :: On Debian and Ubuntu systems stop all apache2 processes 
Shell :: change webmail user password 
Shell :: can you upgrade processort without reinstalling proxmox 
Shell :: kali uninstall nginx 
Shell :: automate tmux 
Shell :: terminal linux en windows platzi 
Shell :: install docker-compose coreos 
Shell :: Err:15 http://ppa.launchpad.net/gnome-terminator/ppa/ubuntu bionic Release 404 Not Found [IP: 91.189.95.83 80] 
Shell :: debian bin folder symlink to usr/bin 
Shell :: sharepoint list password column 
Shell :: wget quier 
Shell :: powerrshell adobject get all deleted 
Shell :: gimp : Dépend: libgimp2.0 (= 2.10.18) mais ne sera pas installé Dépend: libgimp2.0 (<= 2.10.18-z) mais ne sera pas installé Dépend: libgegl-0.4-0 (= 0.4.22) mais ne sera pas installé 
Shell :: how to install particular version of rabbitmq 
Shell :: fsl convert_xfm 
Shell :: how to install a specific docker version on centos machine 
Shell :: web server not running due to lack of necessary permissions in linux nginx 
Shell :: iron exporting ports 
Shell :: how to print the number of columns in your terminal using tput in linux 
ADD CONTENT
Topic
Content
Source link
Name
2+2 =