VarjuOrg

Linux / Windows – what’s the difference…

commandline

VI commands on Linux

Here are some useful commands for “vi” that I’m used to use: Search and replace command that takes on the following structure: :%s/search_string/replacement_string/g (This command replaces every search_string on the current line with replacement_string and will continue to the end of file. However if you want to confirm first what you replace then you would […]

, , , ,