Solaris - Sed -i work around
Saturday, 01 November 2008 18:35

The version of sed on Solaris cannot actually save the file. So as a work around just type 'perl -pi -e' instead of the sed command :

perl -pi -e ’s/who/when/g’ /tmp/afile


 
We have 39 guests online