touch test.txt
type NUL > test.txt
rm test.txt
del test.txt
cat test.txt
type test.txt
ll
dir
command >/dev/null 2>&1
command >NUL 2>&1