Hi all
I just have questions about
how not to show messages after you execute a certain command.
for example whenever you execute "which xxx"
there will always be a message on the terminal
saying its path or command not found will be written.
is that possible to write a shell script file
without showing these kind of messages?
Thanks!