16
Why Linux and Not Windows? http://www.devx.com/opensource/Article/16969 http://www.computerhope.com/issues/ch 000575.htm Comfort in the Linux Environment Learning Linux commands – Hands On Linux Exercise – File Manipulation Testing your knowledge Things to Remember Know: Keep Challenged – While U Wait Try: Reminder: Do you have your large FASTA formatted nucleotide sequence file stored on your computer?

Running Linux on Windows via CYGWIN

Embed Size (px)

DESCRIPTION

Running Linux on Windows via CYGWIN. Why Linux and Not Windows? http://www.devx.com/opensource/Article/16969 http://www.computerhope.com/issues/ch000575.htm Comfort in the Linux Environment Learning Linux commands – Hands On Linux Exercise – File Manipulation Testing your knowledge - PowerPoint PPT Presentation

Citation preview

Why Linux and Not Windows?http://www.devx.com/opensource/Article/16969

http://www.computerhope.com/issues/ch000575.htm

Comfort in the Linux EnvironmentLearning Linux commands – Hands On

Linux Exercise – File ManipulationTesting your knowledge

Things to RememberKnow:

Keep Challenged – While U Wait Try:

Reminder:Do you have your large FASTA formatted nucleotide sequence file stored on your computer?

GUI: Graphical User Interface

Know : GUI: Graphical User Interface (graphical environment for the user)

cat > file1 (> redirects output)>Seq 1 AATTAATT>Seq 2GCGCGC>Seq 3CCCCGGGG

cat > file2>Seq 4TATATATA>Seq 5ATATATAT>Seq 6TTTTAAAA

cat file1 file2 >Seq 1 AATTAATT>Seq 2GCGCGC>Seq 3CCCCGGGG>Seq 4TATATATA>Seq 5ATATATAT>Seq 6TTTTAAAA

>Seq 1>Seq 2>Seq 3>Seq 4>Seq 5>Seq 6AATTAATTATATATATCCCCGGGGGCGCGCTATATATATTTTAAAA

You will need: file1, file2, and your large FASTA formatted sequence file. Let’s see what’s in them without looking