> Is there some simple DCL command, or a few commands, that I
> can use to remove blank lines from a file?
It depends.
SEARCH
/WILDCARD_MATCHING
/WILDCARD_MATCHING[=keyword] (Alpha/Integrity servers Only)
its $ type bl.txt
a
b
its $ search /wild bl.txt "%"
a
b
its $
I'd guess that it also works on an Alpha/Integrity
workstation.