Dan Jacobson <[EMAIL PROTECTED]> wrote: > In ed isn't > ,s/..//p > supposed to print all the lines it changed, not just the last one?
No. # In general, at most one command is allowed per line. However, most # commands accept a print suffix, which is any of `p' (print), `l' # (list), or `n' (enumerate), to print the last line affected by the # command. > And who knows if bug-coreutils is the right address. ed certainly isn't part of coreutils. Try bug-gnu-utils, although I don't know whether ed has a maintainer at all ATM. paul _______________________________________________ Bug-coreutils mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-coreutils
