bug#28081: way to change line number separator from colon to space?
Hi, is there any way to make grep place a space before and after the line number instead of a colon? > *./src/ui_download_manager.cc:36:namespace cwidget With many terminals not including the : as a word separator SHIFT+double click on the filename selects > filename:line: so one has to manually
bug#28081: way to change line number separator from colon to space?
> One way: > grep | sed "s/:/ /" Thanks, obvious approach, but loses colour 😁