CS210 - Introduction to Unix
  • Site
      • CS210 Introduction to Unix - Spring 2017
      • Conventions
      • Lab No. 1
      • Lab No. 2
      • Lab 03 File Permissions
      • Lab No. 4: Finding Files
      • Lab No. 5: I/O Redirection
      • Lab No. 6: Shell Script Basics
      • Lab No. 7: Shell Expansion
      • Lab No. 8: Regular Expressions
      • Lab No. 9: Text Processing
      • Lab No. 10: Shell Scripts Part 2
      • Lab No. 11: GDB
  • Page
      • Welcome to Introduction to Unix - CS210!
      • Indices and tables
  • CS210 Introdu... »
  • Source

Welcome to Introduction to Unix - CS210!¶

  • CS210 Introduction to Unix - Spring 2017
    • Instructor Contact Information
    • General Course Information
    • Course Description
    • Course Format
    • Course Goals and Student Learning Objectives
    • Textbook
    • Server Access
    • Course Schedule
    • Classroom Protocol
    • Grading
    • Collaboration policy
  • Conventions
  • Lab No. 1
    • The Shell
  • Lab No. 2
    • The File System
  • Lab 03 File Permissions
    • Users and Groups
    • File Ownership and Permissions
    • Symbolic Links
  • Lab No. 4: Finding Files
    • File Wildcards
    • Finding Files
    • Finding Content in Files
  • Lab No. 5: I/O Redirection
    • Standard Input, Standard Output and Standard Error
    • Using Pipes
  • Lab No. 6: Shell Script Basics
    • Creating Scripts
    • Script Arguments
  • Lab No. 7: Shell Expansion
    • Pathname expansion
    • Tilde expansion
    • Brace expansion
    • Command substitution
    • Arithmetic expansion
    • Parameter and variable expansion
    • Quoting
    • A new utility
  • Lab No. 8: Regular Expressions
    • Literal Matching
    • Metacharacters
  • Lab No. 9: Text Processing
    • sed: the stream editor
    • cut
    • sort
    • uniq
    • awk
  • Lab No. 10: Shell Scripts Part 2
    • Variables
    • Exit Codes
    • The AND (&&) and OR (||) Operators
    • Conditionals
  • Lab No. 11: GDB
    • GDB

Indices and tables¶

  • Index
  • Module Index
  • Search Page

Back to top