I/O Operators Practice Exercises

Getting Started

  1. Log onto the server
  2. Navigate to the practice directory. You should know where it is from the Navigating the Filesystem Practice Exercises!

Questions

  1. Type echo “Hello, world” and redirect it to a file named hello.txt. Use cat to view the file.
  2. Use a combination of zcat and piping to view the head of a fastq file. What does it look like?
  3. Append something to your hello.txt file? Maybe a reply to its message?
  4. What are the last 10 lines of analysis/rrbs_chr21_f01.bismark.cov.gz?
  5. What’s the highest coverage of any site in the count data in the analysis folder?