|
|
|
|
|
by cesarb
1878 days ago
|
|
> like editing a ini file and adding a line or a word, That's precisely the use case that has made me remove nano from every machine I administer since the 90s. Unless you're really careful to always start nano as "nano -w", its hard word wrapping will introduce line breaks where many configuration file formats (including ini files) don't expect, and it will do so in lines other than the one you're modifying. It's less risky to simply set another editor as the default. (But if you're careful to always use "nano -w", it's a perfectly fine editor.) |
|