首页 > 解决方案 > I curious of what's different this two linux command

问题描述

I'm curious to know the difference between these two cat commands in linux:

cat ./boot.bin ./kernel.bin /dev/zero | dd bs=512 count=2880 of=devos.img

and

cat ./boot.bin ./kernel.bin > devos.img

标签: operating-system

解决方案


推荐阅读