I have a makefile that concatenates two files to create a small kernel. I am using the following command:
type boot_sect.bin kernel.bin > os-image
Unfortunately, type still shows something on the cmd:
boot_sect.bin
kernel.bin
Is there a way to not show the filenames with type?