I/O Operators Practice Exercises
Getting Started
- Log onto the server
- Navigate to the practice directory. You should know where it is from the Navigating the Filesystem Practice Exercises!
Questions
- Type
echo “Hello, world”
and redirect it to a file named hello.txt
. Use cat to view the file.
- Use a combination of zcat and piping to view the head of a fastq file. What does it look like?
- Append something to your
hello.txt
file? Maybe a reply to its message?
- What are the last 10 lines of
analysis/rrbs_chr21_f01.bismark.cov.gz
?
- What’s the highest coverage of any site in the count data in the analysis folder?