Guardian99 / SMLabs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository contains files which are using shell commands to complete a task. Some of the commands that are used in this repository are:

grep: The grep command which stands for “global regular expression print,” processes text line by line and prints any lines which match a specified pattern. The grep command is used to search text or searches the given file for lines containing a match to the given strings or words.

cat: The cat (short for “concatenate“) command is one of the most frequently used command in Linux/Unix like operating systems. cat command allows us to create single or multiple files, view contain of file, concatenate files and redirect output in terminal or files.

pipe symbol: The Pipe is a command in Linux that lets you use two or more commands such that output of one command serves as input to the next. In short, the output of each process directly as input to the next one like a pipeline.

About


Languages

Language:Shell 70.2%Language:Awk 29.8%