mktemp: incompatibility between coreutils, BSD (file created in current directory) · Issue #4821 · uutils/coreutils · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I run mktemp -t foo.XXX , I expect a file to be created in a temporary directory. Instead with Rust coreutils, a file is created in the current directory.
With BSD, mktemp -t foo.XXX creates a file in /var/folders/.../... as I expect it to.