in reply to Colorapt for Ubuntu/Debian
Comment Comment Comment
You can't comment enough.
I like to define what the regex is looking for specifically
should bes/ \+/ /g; # Remove multiple spaces
UPDATE : sorry it should beOLD s/\s+/\s/g;
NEW s/\s+//g;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Colorapt for Ubuntu/Debian
by Anonymous Monk on Aug 02, 2015 at 00:42 UTC | |
by soonix (Chancellor) on Aug 02, 2015 at 07:11 UTC | |
by Tux (Canon) on Aug 02, 2015 at 09:01 UTC |