I ran into a Win32 sed issue today while trying to use the port of sed from: http://unxutils.sourceforge.net/
While trying to delete all blank lines in a file with the following cmd: sed "/^$/d" file it refused to work. But "super-sed" from: http://www.student.northpark.edu/pemente/sed/ works perfectly using the above cmd line. -NB