I am trying to execute a simple grep command in my shell script.
I am not sure why it also greps the other file system.
> df -g|grep /oracle/BP1/sapdata1
70.00 11.37 84% 21 1% /oracle/BP1/sapdata1
100.00 89.44 11% 8 1% /oracle/BP1/sapdata10
> df -g|grep /oracle/BP1/sapdata10
100.00 89.44 11% 8 1% /oracle/BP1/sapdata10
Does anyone know a work around?
Any help would be appreciated.
Thanks.
Shawn