$ for i in {1..256};do printf '%3d %b\n' $i \\0$((i/64*100+i%64/8*10+i%8));done|cat -t|column -c$((${COLUMNS:-80}/2))
Display a compact, columnized reference of printable ASCII characters and their shell-compatible octal escape sequences.
View this command to comm...
Subscribe to All commands’s news feed.
Click on “Follow” and decide if you want to get news from All commands via RSS, as email newsletter, via mobile or on your personal news page.
Subscription to All commands comes without risk as you can unsubscribe instantly at any time.
You can also filter the feed to your needs via topics and keywords so that you only receive the news from All commands which you are really interested in. Click on the blue “Filter” button below to get started.
Title: All commands