Viewing, Searching and Housekeeping

** Git & GitHub in Practice: Push, Pull & Heal (Part 1 of 3)
Lesson Content
0% Complete

Learning Objectives

  • View file contents using cat, less, head, and tail
  • Search inside files for specific text using grep and its common flags
  • Search the file system for files using find
  • Locate installed commands with which, and manage the terminal with clear and history

Key Topics Covered

  • cat, less, head, tail (and head/tail -n)
  • grep and flags: -i, -v, -n, -c
  • find and options: -name, -type, -iname, -size, -mtime
  • which, clear, history

Course Outline