Sed , Awk , Cut
Hello Every One , today I would like to explain basics of these 3 Linux commands.
SED
sed command is used to replace one word in a file with any word specified.
Suppose content of file.txt is
cats are nice pets
Suppose we want to replace cats with do...
korla.hashnode.dev2 min read