Kernel, Virus and Programming
Buddism meets coding here
Home
GKD
Programming
Gossip
Buddhism
Cantonese
Me
Log In
Bash script to create a file with increment bytes
2019-09-08
for ((x=0;x<=255;x++)); do a=`echo "obase=16; $x"|bc`;echo -n -e "\x$a"; done
Post Views:
2,982
2019/09/08 by
admin