Linux commands

From Crop Genomics Lab.
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]