ndcn / self-guided-learning

Resources for self-guided learning in computational biology
https://ndcn.github.io/self-guided-learning/
MIT License
1 stars 1 forks source link

Finish Unix/Bash Series #15

Closed cjsifuen closed 1 year ago

cjsifuen commented 1 year ago

This is meant to be a hands-on tutorial for learning Unix structure and bash shell skills.

Introduction to the Unix file system:

Basic file operations:

Advanced file operations:

Writing and executing shell scripts:

Bioinformatics examples:

By the end of this tutorial, attendees should have a solid understanding of the Unix file system, the basics of the Bash shell, and how to use these skills to solve simple bioinformatics problems. As people continue to work in the field, they may find that they need to learn additional skills and tools, but this tutorial should provide a good foundation to build upon.

cjsifuen commented 1 year ago

After replanning, I think the following should work as an outline. I will mark off the topics as I go along.

Session 1

Installation and Resources

Introducing the Shell

Using the Shell

Introduction to the file system

Session 2

Basic and Advanced File Interactions

Putting it together