alias ll='ls -la' # Create shortcut
unalias ll # Remove alias
sleep 5 # Wait 5 seconds
time command # Time a command
bc # Calculator
expr 4 + 5 # Simple math
seq 1 5 # Count numbers
yes hello # Repeat forever
watch -n 1 date # Repeat command