Hello Friends,
In a script i m using different temporary file and i remove them in the end.
During script execution i have some garbage output which is not required.
For example: Garbage Output
++ rm temp_out temp_a temp_b temp_c
++ rm Filter1 Filter2
Script : Even i am redirecting rm command to /dev/null
Quote:
rm temp_out temp_a temp_b temp_c > /dev/null
rm Filter1 Filter2 > /dev/null
|
Thanks for your help