I have a text file with a long list of domain names, one per line.
I need a way to batch edit the domains to add www. in front.
Any suggestions?
Notepad++
Backup first...
Open the editor -> press CTRL + H -> Click on Find in Files tab.
In "Find what" enter \n
In "Replace With" enter \nwww.
In "directory" enter the directory you want to work on.
For search mode, select the Extended radio button.
Then click on Replace all (You can test it using Find All).
Notepad++
Backup first...
Open the editor -> press CTRL + H -> Click on Find in Files tab.
In "Find what" enter \n
In "Replace With" enter \nwww.
In "directory" enter the directory you want to work on.
For search mode, select the Extended radio button.
Then click on Replace all (You can test it using Find All).
Agreed. For normal dev work, I use vs code. It has all the features a modern editor should have. Notepad++ acts more like the replacement for windows notepad, which still sucks. It doesn't hurt to have a lightweight editor installed.Aside from people in this thread who obviously have never touched notepad++, who uses notepad++ in this day and age? There are better alternatives!