Learn Unix: Examples, How-To, Training
Developer's Daily Unix by Example
  main | java | perl | DevDirectory
   
Main
Unix
Education
Unix by Example
   
Learn Unix by Example

This is an index to the Unix command "help files" we've created. We've found that while Unix is a very powerful operating system, it's cryptic commands can sometimes be hard to remember. We hope our "Unix by Example" files will help make your Unix life easier.

Each help file contains a description of the command, and a few sample commands to get you started.

Within this index, Unix commands are sorted by category to make your search easier. The following categories are available for you:


You can also search our Unix examples (and our entire site) using Google:


Archives and Storage

compress used to compress files
tar "tape archive"; create archives, and read/write from tapes and diskettes


File Management

cat "concatenate"; used to display files, or concatenate files
cd "change directory"
cp "copy"; used to copy files and directories
file used to determine a file's "type"
ls "list"; list files and directories
mkdir "make directory"; used to create new directories
more control the display of files (one screenful at a time)
mv "move"; used to move files and directories
pwd "print working directory"
rm "remove"; used to remove files and directories
wc "word count"; used to count characters, words, and lines in text files and/or standard input


Printing

cancel used to cancel print requests
lp "line printer"; used to submit print jobs
lpstat "line printer statistics"; used to display information about printer queues


Searching

find a powerful command used to find files and directories with a wealth of search criteria
grep "general regular expression parser"; would be better named "search" or "textsearch"


System Status

df "disk free"; used to show information about free disk space on filesystems
du "disk usage"; most often used to determine the size of directories
ps "process statistics"; used to show the processes currently running on the system
who used to show who is logged in


Text Processing

grep "general regular expression parser"; would be better named "search" or "textsearch"
sort used to sort information provided on standard input



What's related

copyright 1998-2007, devdaily.com, all rights reserved.
devdaily.com, an alvin j. alexander production.