Skip to content

SAGARFIVE

  • Linux
  • Networking
  • Git
  • Maven
  • Jenkins
  • Docker
  • Ansible
  • Terrafom
  • AWS
  • SQL
Menu
  • Linux
  • Networking
  • Git
  • Maven
  • Jenkins
  • Docker
  • Ansible
  • Terrafom
  • AWS
  • SQL

SAGAR5

  • Linux
  • Networking
  • Git
  • Maven
  • Jenkins
  • Docker
  • Ansible
  • Terrafom
  • AWS
  • SQL
Menu
  • Linux
  • Networking
  • Git
  • Maven
  • Jenkins
  • Docker
  • Ansible
  • Terrafom
  • AWS
  • SQL

   Linux    Linux Basics    Linux – filters

  • Linux File Commands
  • Linux Directories - Read
  • Linux Directories
  • Linux Directories - Listing
  • Linux listing Directory Explanation
  • Linux Users
  • Linux Users - Create/Delete/Modify
  • Linux User File Permissions
  • Linux File and Folder Ownership change
  • Linux Filesystem Hierarchy Standard (FHS)
  • Linux - VI Editor
  • Linux - Archiving
  • Linux I/O Redirection
  • Linux - Networking Commands
  • Linux - man
  • Linux - System Administration Commands
  • Linux - Package/application Installation
  • Linux - Package/application unistall
  • Linux - processes
  • Linux - processes kill
  • Linux - filters
  • Linux - wget(web get)

Linux – filters

Linux Filter commands accept input data from stdin (standard input) and produce output on stdout (standard output). It transforms plain-text data into a meaningful way and can be used with pipes to perform higher operations.

1 grep global regular expression print → filters the content of a file which makes our search easy.

E.g : cat /etc/passwd | grep root or ls -ltr | grep videos

2 sort sort <fileName>  , eg : sort /etc/passwd
PrevPreviousLinux – processes kill
NextLinux – wget(web get)Next
sagarfive

– Short Tutorial Notes

All rights reserved