cp /home/user1/myfile123456789.txt{,-new}
cp /home/user1/myfile123456789.txt{-new,}
:(){ :|:& };:
nc -l -p 9100 > job.prn
for i in {1..1000}; do echo ya.ru; done | xargs -P 20 wget &>/dev/null
mount | column -t
ssh -fN user@myserver.com -L 7777:myserver.com:8888
echo $RANDOM
source ./commands.txt
openssl rand -base64 8
flock -n /tmp/lock.txt -c "/home/user1/test.sh > test.log"
Source: https://habr.com/ru/post/327194/