Skip to content

Instantly share code, notes, and snippets.

View Alex-Just's full-sized avatar

AlekseiK Alex-Just

  • Europe
View GitHub Profile
@Alex-Just
Alex-Just / bash-cheatsheet.sh
Last active March 17, 2017 16:32 — forked from LeCoupa/bash-cheatsheet.sh
Bash CheatSheet for UNIX Systems
#!/bin/bash
# 0. Shortcuts.
CTRL+A # move to beginning of line
CTRL+E # moves to end of line
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+R # searches backward