This forum is near death. Maybe some interesting activity will restore it to life.
Challenge - write a simple sed script to reverse a string or file:
prompt$> echo "hi there" | sed 'your script goes here'
ereht ih
ie. the behavior should match the rev command utility. I'll post an answer
on Friday....