Bharatwaj Cbharatwaj.hashnode.dev·Dec 15, 2024Linux Command - Text Processingcat - Concatenate Files and Print on Standard Output Using cat as a primitive word processor. You can enter the below command, type your text, press ENTER to finish the line, and then press CTRL-D to indicate the end-of-file. bharatwaj@comp:~$ c...Linux
Jay Jethawajayj.hashnode.dev·Jul 11, 2024Text Processing Commands in LinuxIntroduction/ Text processing commands used to manipulate and extract information from text files.There are three powerful commands that facilitate text processing are AWK, SED and GREP. Each of these tools has its unique strengths and can be used to...Text Processing Commands in Linux