This is NOT a domestic question, this is a question from the old exam, so anyone who answers will not contribute to academic dishonesty. For those who are still skeptical, I'm just looking for which team I could use to do this.
You have a file named one_mb exactly 1 megabyte in size. You want to create a 128 megabyte file from it. Please write a shell script to do this with a maximum of 9 lines and no loops if instructions, recursion, or any other logical control structure. Each command, including parameters, must be less than 100 characters long.
I started exploring xarg, but couldn't find a good way to use it to achieve this.
source share