Thread: sed challange
View Single Post
Old Aug 16th, 2006, 4:50 PM   #1
jim mcnamara
Hobbyist Programmer
 
Join Date: Jun 2005
Location: New Mexico
Posts: 228
Rep Power: 4 jim mcnamara is on a distinguished road
sed challange

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....
jim mcnamara is offline   Reply With Quote