Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 419 Bytes

File metadata and controls

38 lines (25 loc) · 419 Bytes

Linux Search Project Assignment

Objective

Practice Linux filesystem commands and text searching.

Tasks

Part 1

  • Create Linux_Search_Project
  • Create HR
  • Create IT
  • Create Sales
  • Create Finance

Part 2

Create

  • 2 HR files
  • 3 IT files
  • 2 Sales files
  • 2 Finance files

Part 3

Populate files with sample data.

Part 4

Perform search operations using

  • grep
  • find
  • wc
  • sort
  • uniq