Mastodon Feed: Post

Mastodon Feed

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⚡rm

but there are some other possibilities in there 🤔