echo -e "\e[1;40m" ; clear ; while :; do echo $LINES $COLUMNS $(( $RANDOM % $COLUMNS)) $(( $RANDOM % 72 )) ;sleep 0.05; done|awk '{ letters="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789@#$%^&*()"; c=$4; letter=substr(letters,c,1);a[$3]=0;for (x in a) {o=a[x];a[x]=a[x]+1; printf "\033[%s;%sH\033[2;32m%s",o,x,letter; printf "\033[%s;%sH\033[1;37m%s\033[0;0H",a[x],x,letter;if (a[x] >= $1) { a[x]=0; } }}' |
This comment has been minimized.
This comment has been minimized.
e-fu
commented
Apr 19, 2014
nice! |
This comment has been minimized.
This comment has been minimized.
bqbtoan
commented
May 29, 2014
+1 |
This comment has been minimized.
This comment has been minimized.
breim
commented
Jun 20, 2014
+1 |
This comment has been minimized.
This comment has been minimized.
jezstephens
commented
Oct 19, 2014
Cool :) Here's a deobfuscated version for the curious: https://gist.github.com/jezstephens/c34b3b803928a22631df |
This comment has been minimized.
This comment has been minimized.
c4po187
commented
Jul 11, 2016
Nifty |
This comment has been minimized.
This comment has been minimized.
JohnathonSpies
commented
Feb 12, 2017
I love this |
This comment has been minimized.
This comment has been minimized.
davidreyburn
commented
Jul 23, 2017
Cool command! I'd like to change the characters printed to terminal, but any change I make to the string in 'letters' returns the error "awk: illegal statement at source line 1 - 5 missing ]'s". Anyone know what all I need to change for that? |
This comment has been minimized.
This comment has been minimized.
dhaiducek
commented
Apr 20, 2018
•
This is sweet. Thanks! I've created an updated version that clears columns from above and exits and clears the screen upon a key press: https://gist.github.com/dhaiducek/174cdb04a5a51f016c6ca69ece721b17 |
This comment has been minimized.
This comment has been minimized.
HaidarSellami
commented
Feb 16, 2019
<3 |
This comment has been minimized.
This comment has been minimized.
anderskitson
commented
Feb 27, 2019
Your in the Matrix https://www.youtube.com/watch?v=N6p5q4f-sqI |
This comment has been minimized.
This comment has been minimized.
rpranshu
commented
Apr 30, 2019
How to put custom text in this? |
This comment has been minimized.
This comment has been minimized.
MuhaddiMu
commented
Jul 30, 2019
Cool! As Expected |
This comment has been minimized.
This comment has been minimized.
nguyenmanhhien
commented
Nov 11, 2019
Nice! Thank you. |
This comment has been minimized.
khakimov commentedAug 31, 2012
like this
