Kernel, Virus and Programming
Home
Projects
GKD
Programming
Gossip
Buddhism
廣東話
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,680
2019/09/08 by
admin