Search results

  1. O

    What does /dev/null do in the command line?

    I'm learning to do some CTFs. I noticed that the writer always type this command line find / -name [filename.txt] 2>/dev/null I understand what the "find" command line does, but why would he/she add "2>/dev/null"
Top