CLIHELPER
Try these examples:
ps aux | grep python
tar -czvf archive.tar.gz folder/
curl -I https://example.com
git diff HEAD~1 HEAD
git stash push -m "Quick save"
history | grep ssh
sudo netstat -tulnp
alias gs='git status'
whoami
uptime
df -h
free -m
top
htop
git branch
git checkout -b new-feature
git merge main
rm -rf old_folder
cp source.txt destination.txt
mv old_name.txt new_name.txt
tail -f /var/log/syslog
head -n 10 file.txt
scp file.txt user@hostname:/path/
ping google.com
wget https://example.com/file.zip
sudo apt update && sudo apt upgrade
systemctl status nginx