Chapter Five - PowerPoint PPT Presentation

1 / 47
About This Presentation
Title:

Chapter Five

Description:

This is used to search within a file or files for a word or phrase. ... sed n 3,4p file1 (p must be used after range to print the specified lines) ... – PowerPoint PPT presentation

Number of Views:12
Avg rating:3.0/5.0
Slides: 48
Provided by: til45
Category:
Tags: chapter | five | print | searches | to | word

less

Transcript and Presenter's Notes

Title: Chapter Five


1
Chapter Five
  • Advanced File Processing

2
Lesson A
  • Selecting, Manipulating, and Formatting
    Information

3
Objectives
  • Use the pipe operator to redirect the output of
    one command to another command
  • Use the grep command to search for a specified
    pattern in a file
  • Use the uniq command to remove duplicate lines
    from a file

4
Objectives
  • Use the comm and diff commands to compare two
    files
  • Use the wc command to count words, characters and
    lines in a file
  • Use the manipulate and format commands sed, tr,
    and pr

5
Advancing YourFile Processing Skills
Write a Comment
User Comments (0)
About PowerShow.com