

0·
4 months agoPretty rich coming from a guy who lets trump take every power congress is supposed to hold. WTF does he even do at work? If we stopped paying him, would anything at all happen? Every republican seems like a whiny crybullying grifter to me.
cd into the directory you want to test commands.
bash
for i in
ls
do
$i --help >/dev/null 2>&1 && echo $i
done
any command which honors a --help will get listed. I suppose you could add a >> /tmp/output after the echo $i to log it. run it in /bin, /usr/bin, usr/local/bin
ah …and that ls in the commands listed above is a backtick ls backtick. backtick is the key in the upper left hand corner of the keyboard which shares a key with ~