In Unix-like operating systems, /dev/null or the null device is a special file that discards all data written to it (but reports that the write operation succeeded), and provides no data to any process that reads from it
I needed to use it on a Windows script but I didn't know how to do it, the solution is really simple, just use NUL (single 'L', not NULL)
0 commenti:
Post a Comment