j
k
j a
j l
cat foo.lhs | grep -e "^>" | sed "s/^> //"
Running for the Useless Use of cat Award? A simpler version would be: sed -n -e 's/^>//p //p
Back to the thread
Back to the list