Supposing your have the debian.iso archive to burn on your USB card located on the /dev/sdb1 device, this simple command will burn the iso on the key (be careful, all the data will be lost):
debian.iso
/dev/sdb1
umount /dev/sdb1 cat debian.iso > /dev/sdb1
Discussion