Skip to content

tacitphoenix/shell-searching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shell Searching

Searching files is one of the most common activities that we do every day. The Shell is one of the most efficient ways to interact with your computer by typing instead of click around the ui. Searching for files using the shell is extremely powerful and quick.

This tutorial will show you how to use some common shell commands to search for file. They are two common types of searches the first is for filenames and the second is searching for the contents in files.

Search Utilities

  1. Grep
  2. Find
  3. Ack

Releases

No releases published

Packages

No packages published

Languages