Go4Expert

Go4Expert (http://www.go4expert.com/)
-   Unix (http://www.go4expert.com/forumdisplay.php?f=44)
-   -   commands result blocking (http://www.go4expert.com/showthread.php?t=9617)

rag84dec 27Mar2008 09:00

commands result blocking
 
the command "swremove productname" displays the result which i want to block ... can anyone tell me how to do???

pradeep 27Mar2008 10:27

Re: commands result blocking
 
redirect the output to bit-bucket!!
Example:
Code:

swremove productname >>/dev/null
This will redirect output of STDOUT to the bit-bucket.


All times are GMT +5.5. The time now is 21:26.