Evaluation:
Published: 30.10.2006.
Language: English
Level: Secondary school
Literature: n/a
References: Not used
  • Summaries, Notes 'Basic Linux Commands', 1.
  • Summaries, Notes 'Basic Linux Commands', 2.
Extract

Command
Example
Description
cat

Sends file contents to standard output. This is a way to list the contents of short files to the screen. It works well with piping.

cat .bashrc
Sends the contents of the ".bashrc" file to the screen.
cd

Change directory

Author's comment
Atlants