Bilalbilalansari.hashnode.dev·Sep 12, 2024Sed command (Stream Editor)We are giving expression inside single quote using sed command. I am using this example for all the use cases. Eg: ubuntu@ip-172-31-25-118:~$ cat data ID Name Salary Country 1 Pol 25000 India 2 Bont 45000 Belgium 3 Loki 55000 Germany 4 Hina 35000 Ind...Discusscommand sed
Oladimeji Alabi Taofeekdimcoder.hashnode.dev·Jul 27, 2024Sed command in LinuxThe sed command, short for "stream editor," is a powerful text processing tool used in Unix and Unix-like operating systems. It allows users to perform basic text transformations on an input stream (such as a file or input from another command). Comm...Discusscommand sed