I seem to have a problem running grep from a script
ps -elf|grep archive | grep -v grep
works fine from command line, but seems to ignore the grep -v grep when run from script. I'm using ksh on Sol 8.
Anyone got any ideas?
--
| Mike Nixon
| Unix Admin
|
----------------------------
ps -elf|grep archive | grep -v grep
works fine from command line, but seems to ignore the grep -v grep when run from script. I'm using ksh on Sol 8.
Anyone got any ideas?
--
| Mike Nixon
| Unix Admin
|
----------------------------