Skip to main content
7 events
when toggle format what by license comment
May 28, 2016 at 19:21 history edited xenoid CC BY-SA 3.0
Slightly more stringent regexp
May 28, 2016 at 19:19 comment added xenoid Just a matter of using the right regular expressions int the substitutions. The regexp given looks for any number of non-spaces followed by any number of spaces, 'sed 'N,$s/^[^ ]\+[ ]\+//'' will look for one or more non-spaces followed by one or more spaces (edited answer)
May 28, 2016 at 18:45 vote accept Giles
May 28, 2016 at 18:35 vote accept Giles
May 28, 2016 at 18:45
May 28, 2016 at 18:35 comment added Giles This seems to work in this exact example, but when run on a larger scale it seems to delete everything below the line number given across all the columns. However in this case the file im using is already empty in column from said line and i'm merely wishing to slide the column lines to the right into the spaces place.
May 28, 2016 at 14:41 review Low quality posts
May 28, 2016 at 15:25
May 28, 2016 at 14:23 history answered xenoid CC BY-SA 3.0