Tag Archives: quiz

Lab02/0: First quiz

This post is a part of theĀ second laboratory session. Please refer to the main post.

First quiz for the practical: check how much did you learn about the terminal and its commands

The following command:

mkdir My Directory
 
 
 
 

In your home you have two directories: lab1 and lab2. You are currently working on lab1 and want to list files present in the lab2 directory. Choose the right command(s):

 
 
 
 
 

The following command:

grep > genome.fasta
 
 
 
 

The command head will print the first 10 lines of a file. To print the first 100:

 
 
 
 

To count how many sequences you have in “genome.fasta”, you can:

 
 
 
 
 
 

If you want to see how many files (or directories) you have in your home folder:

 
 
 
 

Question 1 of 6

Tagged ,