#linux
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...
awk command in Linux is used text processing and manipulation. Here are some of the most commonly used options: Basic Syntax: awk '{pattern +...
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...
The find command is used for locating files and directories based on various criteria such as name, type, size, modification time, permissions, and...