$ perl -pE's/(\S+\s*){0,1}//'
An advantage is that this doesn't modify remained string at all. One can change {0,1} with {0,n} to drop several columns
Diff your entire server config at ScriptRock.com
$ perl -pE's/(\S+\s*){0,1}//'
An advantage is that this doesn't modify remained string at all. One can change {0,1} with {0,n} to drop several columns
Diff your entire server config at ScriptRock.com