Im trying to run something like this:
sed '|$UNIXPATH|a $OTHERUNIXPATH' $FILE
I will like to use pipe as a delimiter not "/" (not sure if is possible)
(will be nice to know if is possible to change delimiter when sed is append mode)
[link][8 comments]