Skip to content

Latest commit

 

History

History

Bash

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Introduction to command line tools

This lecture gives an idea of the most useful commands you may need when dealing with a Unix-like system (including Linux and Mac OS in particular).

References

Objectives

During this session you will learn the very basics of:

  1. The Unix directory structure
  2. Regexp
  3. The most useful Unix command
  4. Command-line pager (a computer program used to view (but not modify) the contents of a text file), text editor (nano, vi, emacs...), etc.
  5. Batch command (rename, find, etc.)