commands result blocking

Go4Expert Member
27Mar2008,09:00   #1
rag84dec's Avatar
the command "swremove productname" displays the result which i want to block ... can anyone tell me how to do???
Team Leader
27Mar2008,10:27   #2
pradeep's Avatar
redirect the output to bit-bucket!!
Example:
Code:
swremove productname >>/dev/null
This will redirect output of STDOUT to the bit-bucket.