Linux commandline tips 3

$wget http://URL/FILE.tar.gz -O - | tar xfz -

$echo $(shuf -n 6 -i 1-49 | sort -n)

$while :; do acpi -t | osd_cat -p bottom ; sleep 1; done &

$find . -size +100000k -exec du -h {} \;

$ls /usr/bin | shuf -n 1

This is useful if you want to explore various random commands.

More commands :

$script /tmp/log.txt

$nmap -oG - -T4 -p22 -v 192.168.0.254 | grep ssh

$echo ${SSH_CLIENT%% *}


Revision #3
Created 2026-04-13 18:29:25 CEST by Philip
Updated 2026-04-13 19:24:57 CEST by Philip