commands result blocking
|
Go4Expert Member
|
|
| 27Mar2008,09:00 | #1 |
|
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 |
|
redirect the output to bit-bucket!!
Example: Code:
swremove productname >>/dev/null |

