Moving Around
Peeping
Help!!!
Fun with grep
What's In My File
100

pwd

What is my Present Working Directory

100

head file.txt

print the first ten lines of a file.

100

man echo

What is show the manual for the command echo?

100

grep "one" <file>

What is a way to display every line in <file> that includes one.

100

I open it with iTOL

What is a phylogenetic tree. tree.qza

200

mv my_file.txt ../this_file.txt

What is move <file> up one level and rename as <new_file>

200

less -S textfile.txt

What is the best way to view a text file without line wrapping?

200

cal -help

What is show the help menu for cal?

200

history | grep qiime

What is display all the lines form your history that include 'qiime'?

200

>header

ATGCGATGGATGCA

>header2

ATGGTCAGTA

What is a FASTA file? (specifically a multiFASTA)

300

cp /home/genome/joseph7e/reads/*.fastq.gz ./

What is copy all my fastq files from the directory to my current directory?

300

gunzip my_reads.fastq.gz

Unzip the fastq file

300

whatis cal

What is show the one line description of the calendar program?

300

grep '>' contigs.fasta | less 

What is display all the headers in my contigs file?

300

@Filename

GATCCT

+

IGICVW

What is a FASTQ?

400

Name the path type:

1.) /home/genome/joseph7e/my_dir/

2.) ../genome/joseph7e/my_dir/

3.) /home/user/share/

4.) ./


what is absolute, relative, absolute, relative?

400

cat *.fastq.gz

what is a terrible idea?

400

How do I run qiime if I have a non-16S data and I dont know where to start?

What is google?

400

history | grep qiime | grep dada2

what is print all the commands that contain the word qiime and dada2?

400

This file includes per sample counts for each unique sequence variant in a metabarcoding file.

What is a feature table (OTU table, ASV table)?

500

sl

what is steam locomotive?

500
grep '>' fasta.fasta | head | tail | head | tail | head

print the first ten lines of a fast file.

500

I lost access to the server.

What is email Joe?

500

sed 's/good/bad/g' my_file.txt | grep "grep" | sort | wc

separated by a tab character print only lines that are greater than 10000 in column 2, greater than 50 in column 5, print column 7, grep for lines containing grep, sort them, print the number of lines.

500

Qiimes two types of file extensions

What is .qza and .qzv?

M
e
n
u