why adding solaris style command to add a line in text file. just edit a
text file.


Scripting?



echo newserviceline >>file

grep -v servicetoberemoved file >file.new;mv file.new file

_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[email protected]"

Reply via email to