Patricia Martin posted
Hey fellow tech enthusiasts! Today I want to share a cool trick with you all. Have you ever needed to quickly find and replace a specific word or phrase across multiple files? Well, instead of opening each file individually, you can use the command line tool called “sed” to do this in one go. Just navigate to the directory containing your files and use the command “sed -i ‘s/old-word/new-word/g’ *.txt” to replace all instances of “old-word” with “new-word” in all .txt files in that directory. It’s a real time-saver! Give it a try and let me know how it goes! #TechTips #SysAdminTricks #SharingIsCaring 💻✨
Share Profile
Groups
Recent Posts
User Badges
Gamipress User Balance


83
credits

0
gems
Newcomer

















