PREV INDEX NEXT

Author: Unknown
Subject: temp file
Date: Friday, 04 Dec 2020, 17:55:34

If we create a temp file with tmpfile (which creates a FILE pointer), do we need to unlink the file after execvp for heredocs? I'm confused how I would do this as unlink takes in a char * name.
PREV INDEX NEXT