Bash One-Liners :: bashoneliners.com
Vim..delete first 5 characters in a line :%s/^.\{5}//gic
So you type 15 obscure characters to delete 5? No wonder GUI text editors are taking over!
The idea being of course that you can change the 5 to a larger number... like 4026 I think I ended up actually deleting ;)
Post a Comment
2 comments:
So you type 15 obscure characters to delete 5? No wonder GUI text editors are taking over!
The idea being of course that you can change the 5 to a larger number... like 4026 I think I ended up actually deleting ;)
Post a Comment