Scrolling Binary in the Terminal Window

Channel:
Subscribers:
1,700
Published on ● Video Link: https://www.youtube.com/watch?v=HFJ-m9WgXno



Duration: 0:10
14,047 views
0


Paste the following into the command line to get screen fulls of binary scrolling by:

echo -e "1"; while $t; do for i in `seq 1 30`;do r="$[($RANDOM % 2)]";h="$[($RANDOM % 4)]";if [ $h -eq 1 ]; then v="0 $r";else v="1 $r";fi;v2="$v2 $v";done;echo -e $v2;v2="";done;


http://osxdaily.com







Tags:
terminal
mac
mac os x
unix
OS X (Operating System)
command line
fun
linux