The `dd` shell command can be used for this, but it's tricky, and I don't know how to do it. An easier option is to use other shell commands instead. 1st create a file containing what you want to prepend, then use `cat` cmd on the other file to be concatenated and redirect the Standard Output to the 1st file (make sure you use `>>` instead of `>`, to avoid overwriting). After that, rename the end result to the old (non-prepended) file, to replace it, you can do that using `mv` cmd, or just AM "File move" block