Course Home
Text
Syllabus
Schedule
Grades
Lab/Homeworks
Suggested Reading
 

COMP 2400 Software Tools

Goals: understand various filters in UNIX:

  • $ wc filename //word count
  • $ sort //sorts, use it with who and pipe
  • $ cut // extracts specific columns
  • $ colrm
  • $ grep pattern filename(s)// search patterns

Useful Links:

Online Tutorial: