The Search & Replace command can also come in handy at times: `:s/str1/str2`: This will replace `str1` with `str2`. It auto-replaces the 1st instance, and allows us to replace the rest manually. `:s/str1/str2/g`: This will auto-replace ALL instances of `str1` with `str2` in the file. Nice video btw!! I also learnt a few clipboard commands that i'd missed from here😊
The Search & Replace command can also come in handy at times:
`:s/str1/str2`: This will replace `str1` with `str2`. It auto-replaces the 1st instance, and allows us to replace the rest manually.
`:s/str1/str2/g`: This will auto-replace ALL instances of `str1` with `str2` in the file.
Nice video btw!! I also learnt a few clipboard commands that i'd missed from here😊
Great video Siddhant!!
Nice one!
echo "Awesome Vid" >> comment\ section/
echo "echo Awesome Vid" >> comment\ section\ reply/