|
|
|
|
|
by video_2
368 days ago
|
|
awk is nice in a lot of cases, especially for tabular data, but it's hard to deny vim's capabilities for handling plain text using text objects. For instance, you can't really tell awk to just "extract this entire sentence" like you can with vim. |
|