I cannot figure out how to make the following work without using cat. I am not worried about the forked process or whatever, it just doesn't bother me:
$ printf "<format specification string>" $(cat source-file.txt)
Is there a better way?
source
to share