Menu
TAG

linux command guide

grep Command - Linux Commands Guide
linux command guide 5 min read

grep Command - Linux Commands Guide

grep stands for Global Regular Expression Print. grep command is available in Unix/Linux-based operating systems. The full form of the tool suggests that it is used to search any text or expression in the given file(s). It is useful when you are searching for a line in a file that contains a specific keyword. grep command can also use options to advance the search query. The basic syntax of the grep command – grep expression filename Also Read Master the Linux command lin

linux command guideLinux toolsSystem Administration
tee Command In Linux - Linux Commands Guide
linux command guide 2 min read

tee Command In Linux - Linux Commands Guide

Today, we are going to go over the Linux tee command. There isn’t much to this command so this guide will be brief. You will find some use for it at some point. Linux tee Command Usage and Examples tee command (as in a T-splitter in plumbing) takes content from standard input, displays it, and writes it to one or more files. It is useful if you need to write things to several files in one go. You have the choice to either overwrite the contents of the file or append new content to

linux command guideLinux toolsUncategorized