# Rename all *.txt to *.text
for f in *.txt; do
mv -- "$f" "${f%.txt}.text"
done
tmux a
Attach to tmux sessionCtrl-b <nr>
Switch to tabCtrl-b c
Create new tab (window)Ctrl-b &
Kill tab (window)Ctrl-b d
Close tmuxtmux kill-session -t <snr>
Close tmux session
sudo tail -f /var/log/syslog
follow syslog
df -h