Code: Select all
ctrl+u : clear up to the beginning (undo)
ctrl+w : delete just a word
ctrl+a : move cursor at the beginning of line (append)
ctrl+e : move cursor at the end of line (end)
Code: Select all
ls /etc/*release*
cat /etc/*release*
Code: Select all
mkdir testDir
mkdir -p ./testdir1/testdir2/testdir3