Paella
· 2 min read


ping [host] - Test connectivity to a hostping -c 4 [host] - Send 4 packets (Linux/Mac)traceroute [host] - Show route packets take to destination (Linux/Mac)tracert [host] - Show route packets take to destination (Windows)mtr [host] - Combined ping and traceroute (Linux)Quick navigation:
cd - # Switch to previous directory
pushd /path && popd # Save current dir, go to path, then return
!! # Repeat last command
Esc - Default mode for navigation and commandsi - Type text before cursor; a - after cursor; I - start of line; A - end of linev - character selection; V - line selection; Ctrl+v - block selection: - Execute commands



