< /dev/null

< /dev/null is for adding EOL to the STDIN otherwise it hangs on the Terminal.

find / -name "*jdk*" 2> /dev/null
Edit this page on GitHub