From: utzoo!decvax!duke!harpo!utah-cs!lepreau
Newsgroups: net.sources
Title: Sed script to fix packed dired file
Article-I.D.: utah-cs.742
Posted: Mon Jun 7 15:58:33 1982
Received: Tue Jun  8 02:41:01 1982


Folks tell me that I blew the packed up sh script of dired mods, being a
csh user.  Here a one line sh script to fix it; it'll work either on the
raw news file (with headers and comments, etc) or on a file containing
only the  script portion (beginning with ": This is".)  Give it the file
name.

sed -e "1,/^: Just run it/d" -e "s/'EnDoFiNpUt'/EnDoFiNpUt/" $1 | sh