Something like this should also work for you with recent versions of BASH and ZSH: dd if=/path/to/file of=/path/to/another_file bs=1M count=1 &> /dev/null
dd if=/path/to/file of=/path/to/another_file bs=1M count=1 &> /dev/null
P.S. This is just an example I ran...