Linux commands

From Crop Genomics Lab.
Revision as of 04:16, 30 June 2014 by Sangrea Shim (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

ls

listing the directories and files as stdout

cd

change directory

pwd

present working directory

cat

showing file contents as stdout.

concatenate following files.

tr

substitute specific character into another caracter.

e.g.) tr ';' '\t' < [file_name]