On Sat, Mar 19, 2016 at 09:37:03PM +0100, Ian D. Leroux wrote: > an ed script to munge the output of mount(1) with regexps. Surely there > has to be a better, less brittle way of getting the required > information. Can anyone give me a hint as to what it might be?
Maybe add a -p option so you only get the path with -t? Or a format string spec, similar to what + does with date or -o with ps. Martin
