#command-line
Read more stories on Hashnode
Articles with this tag
grep command is used to search for specific patterns within a file or a set of files. Here is an example of how to use the grep command: Suppose we...
The sed command is a editor which is used for filtering and transforming data. It is commonly used in Linux and Unix OS. Here are some examples of...