What -An, -N1 and od means on bash shell command?

后端 未结 0 1149
太阳男子
太阳男子 2020-12-11 14:04

Can someone help me to identify what is od, -An and -N1 in these while loop

i=1 while [ $i -le 5 ] do n=$((od -An -N1 -i /dev/random %100 )) echo $n

相关标签:
回答
  • 消灭零回复
提交回复
热议问题