Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

shell shortcuts

CTRL+A # go to beginning of line
CTRL+B # moves backward one character
CTRL+C # stops the current command
CTRL+D # deletes one character backward or logs out of current session
CTRL+E # go to end of line
CTRL+F # moves forward one character
CTRL+G # aborts the current editing command and ring the terminal bell
CTRL+K # deletes (kill) forward to end of line
CTRL+L # clears screen and redisplay the line
CTRL+N # next line in command history
CTRL+R # searches in your command history
CTRL+T # transposes two characters
CTRL+U # kills backward to the beginning of line
CTRL+W # kills the word behind the cursor
CTRL+Y # retrieves last deleted string
CTRL+Z # stops the current command, resume with fg in the foreground or bg in the background
Comment

bash shortcuts

Bash shortcut – Navigation
Ctrl + a Go to the beginning of the line.
Ctrl + e Go to the end of the line.
Alt + f Move the cursor forward one word.
Alt + b Move the cursor back one word.
Ctrl + f Move the cursor forward one character.
Ctrl + b Move the cursor back one character.
Ctrl + x, x Toggle between the current cursor position and the beginning of the line.
 
Comment

PREVIOUS NEXT
Code Example
Shell :: rpm fusion repo install fedora 
Shell :: unstage git add 
Shell :: How to create folder and cd into it with one command 
Shell :: npm install -g angular cli 
Shell :: git change origin url 
Shell :: bash script write linux 
Shell :: how to chmod to exec 
Shell :: $? in shell script 
Shell :: how to remove a file inside jar file in linux 
Shell :: Fix the upstream dependency conflict, or retry this command with --force, or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution. 
Shell :: brew error 
Shell :: restart tomcat 9 ubuntu 
Shell :: git push -u flag 
Shell :: samtools sam to fastq 
Shell :: remove user from sudoers 
Shell :: git remove all files from gitignore 
Shell :: f.lux for ubuntu 18.04 
Shell :: how to fix could not fix var lock /var/lib/dpkg/lock ubuntu 
Shell :: heroku clear build cache 
Shell :: Install psycopg2-binary on linux 
Shell :: how to run xmrig on ubuntu 
Shell :: magento 2 reindex command line 
Shell :: git add commit in one command 
Shell :: git lines of code per user 
Shell :: anaconda install pyinstaller 
Shell :: install tensorflow anaconda 1 
Shell :: How to undo a pushed merge 
Shell :: npm ERR! fatal: not a git repository: /home/node/app/../../.git/modules/ 
Shell :: opera install in ubuntu 
Shell :: bash sleep milliseconds 
ADD CONTENT
Topic
Content
Source link
Name
9+9 =