I want to create a temporary file in POSIX shell (/bin/sh).
I found out that mktemp(1) doens’t exist on my AIX box, and according to How portable is mktemp(1)?, it isn’t that portable and/or secure anyway.
So, what should I use instead ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Why not use
/dev/random?It could be neater with perl but od and awk will do, something like: