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