hi all
I use the following sed command in UNIX Solaris
From SOLARIS machine
sed -i '$ s/OLD/NEW/g' test
sed: illegal option -- i
can some one have idea what the illegal option in Solaris (in place "-i" option in linux I need other option in Solaris with the same effect)
lidia