I'm moving thousands of files through the command line and it prints all the file names to the console. Is there a way to ignore the output so it can go faster? Something like piping to /dev/null in Linux.
Thanks
bla-bla-bla-bla-bla-bla-bla-bla 2> nul
I had the same problem, and I solved like this:
move aaa bbb >nul 2>nul
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With