[SOLVED] Copy a file with mktemp as destination?
by mprowe from LinuxQuestions.org on (#6KMCV)
I'd like a one-line (that I can put in my crontab), something like this?
$ cp <sourcefile> <mktemp -p /sms sourcefile_XXXXXX>
Regards, Martin
$ cp <sourcefile> <mktemp -p /sms sourcefile_XXXXXX>
Regards, Martin