Wednesday, April 15, 2009

Simple Terminal Commands on Ubuntu

A simple video showing a very small number of handy commands that can be used in the Bash shell.

Commands covered:
pwd - print working directory
cd - change directory
ls - list files and folders
mkdir - create a directory/folder
rmdir - delete a directory/folder
touch - create a file
cat - view the contents of a file
rm - remove a file