0%

grep command, which stands for “global regular expression print,” processes text line by line
and prints any lines which match a specified pattern.

To print only the matched part, use -o option

Read more »

ls - one of the most common commands in Linux. This command lists directory contents. It can also list permissions, owner, size etc. It sorts the file alphabetically by default.

Read more »