Essential Linux Commands: The Three Musketeers – sed
01 About the Three Musketeers of Linux grep: Filters keyword information data. Mainly used to search for data within text. sed: Edits text data and modifies the original file content. awk: Filters and extracts data from files, and can format the output. awk can also present the processed data in a more visually appealing way. … Read more