Vērtējums:
Publicēts: 30.10.2006.
Valoda: Angļu
Līmenis: Vidusskolas
Literatūras saraksts: Nav
Atsauces: Nav
  • Konspekts 'Basic Linux Commands', 1.
  • Konspekts 'Basic Linux Commands', 2.
Darba fragmentsAizvērt

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

Autora komentārsAtvērt
Atlants