Bash Shell Tips Tricks Shortcuts for Ubuntu Linux

Useful Linux commands to help you navigate your bash shell.Bash Logo

Show bash history without line numbers

history | cut -c 8-

Search or find files recursively in a directory / path / folder

find ./ -iname "*drumpf*"

Show a count or total of listed files using ls

ls | wc -l

Install ssh on Ubuntu Linux terminal

sudo apt-get install ssh

 

Visit sunny St. George, Utah, USA