#!/bin/sed -f # quote - single-quote each line of input for shell processing # Steve Kinzler, kinzler@cs.indiana.edu, Oct 93 # http://www.cs.indiana.edu/~kinzler/home.html#unix s/'/'\\''/g s/^/'/ s/$/'/