74

I am working on a project that stores output files in the Temp folder. In Windows I can search the Temp folder but I don't know the location of Temp folder in OS X.

Can you please guide me to the location of said folder?

1

2 Answers 2

95

You can use: echo $TMPDIR.

To open and browse the folder, use open $TMPDIR.

Sources:

45

/tmp is also a temporary directory. Files are deleted from /tmp upon reboot.
To access it from Finder, use Command-G (Shift-Command-G in Mavericks) and enter /tmp in the dialogue box. From a terminal, just cd /tmp.

0

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .