Once, when replacing the network adapter in the server, I needed to change its old name in the netplan configuration, that is, replace several hundred words in the file, so I came up with the command:
Continue reading “Replacing a word in Linux files”Tag Archives: grep
Searching for text using grep
grep – A utility for searching for specified text in files, file names, etc. from the command line.
Continue reading “Searching for text using grep”