
Boosted by adele@social.pollux.casa ("Adële"):
gumnos@bsd.cafe ("Tim Chase") wrote:
Was pondering making an "AC⚡DC" style tshirt except using Unix commands. So what two-letter commands are commonly available?
$ ls {,/usr}/{s,}bin/?? 2> /dev/null | awk -F/ '{print $NF}' | sort | column
Particularly enticing candidates include
• ed⚡vi
• cc⚡ld
• cp⚡rmbut there are some other possibilities in there 🤔