meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
general:computerenvironment:commandline_bootcamp [2019/01/11 11:52] – [Opening a shell] ingogeneral:computerenvironment:commandline_bootcamp [2022/02/25 11:22] (current) – [Custom exercises] ingo
Line 1: Line 1:
-====== Project 0 - Working with the command line ======+====== Working with the command line ======
  
 ===== Motivation ===== ===== Motivation =====
Line 26: Line 26:
  
 ===== ToDo ===== ===== ToDo =====
 +==== Commandline bootcamp ====
 +If you are not familiar with the command line, the online command line bootcamp is a nice way to introduce you into working with the command line. You can spend some time together with the tutor - and/or individually - in walking through this tutorial
 +  - if you are within the AppliedBionformaticsFrankfurt network you have access to an [[http://core.izn-ffm.intern/command_line_bootcamp/|interactive environment]]
 +  - from outside the network, please open the [[http://korflab.ucdavis.edu/bootcamp.html|static command line bootcamp]] together with a shell on your system
 +Memorize the individual commands, and it might be good idea to generate yourself short wiki pages that outline the individual functions together with the most relevant options. See the following pages as an example:
  
-In the present course, we will begin with an introduction into working with the command line terminal. We will use the online [[http://rik.smith-unna.com/command_line_bootcamp/?id=jr08n7boryi|command line bootcamp]] as a start (Fig. {{ref>CLBC}}). You will spend the next hours together with the tutor - and individually - in walking through this tutorial. Memorize the individual commands, and it might be good idea to generate yourself short wiki pages that outline the individual functions together with the most relevant options. See the following pages as an example:+  - Changing directories: [[general:computerenvironment:bashcommands:cd|]] 
 +  locating your position in the directory tree[[general:computerenvironment:bashcommands:pwd|]] 
 +  - looking into files: [[general:computerenvironment:bashcommands:less|]] 
 +  - linking files: [[general:computerenvironment:bashcommands:ln|]]
  
-  - Changing directories[[:universitycourses:computerenvironment:bashcommands:cd|]] +Alternatively, feel free to use {{ :general:computerenvironment:bash_spellbook.ods |our template}} to take your own notes. 
-  - locating your position in the directory tree: [[:universitycourses:computerenvironment:bashcommands:pwd|]] +==== Custom exercises ==== 
-  - looking into files: [[:universitycourses:computerenvironment:bashcommands:less|]] +Understanding the [[general:computerenvironment:shell_basic_commands|following commands]] will help you during the course.
-  - linking files: [[:universitycourses:computerenvironment:bashcommands:ln|]] +
-  - Understanding the [[https://applbio.biologie.uni-frankfurt.de/download/basic_exercises/shell_basic_commands.txt|following commands]] will help you during the course. Try them on the [[https://applbio.biologie.uni-frankfurt.de/download/basic_exercises/example.txt|example file]].+
  
-**Please take this exercise serious, as it provides you with the basic skills required for a productive working in a dry lab.**<figure CLBC> +**Please take this exercise serious, as it provides you with the basic skills required for a productive working in a dry lab.**
- +
-{{:wiki:mbw:commandlinebootcamp.png?nolink&600x543|The command line bootcamp}} +
- +
-<caption><fs 0.8em>The start page of the command line bootcamp.</fs></caption> +
- +
-</figure> +
- +
-We also provide a [[https://applbio.biologie.uni-frankfurt.de/download/tutorials/shell-primer.pdf|shell primer]]  as a static documentation.+
  
 Once you have completed this initial set of exercises, you will be prepared for working in the shell. Please keep in mind, we can introduce only a very basic set of functions. But basically, what every you want to do with a text, there is a shell function for it. So keep asking! Once you have completed this initial set of exercises, you will be prepared for working in the shell. Please keep in mind, we can introduce only a very basic set of functions. But basically, what every you want to do with a text, there is a shell function for it. So keep asking!
  
  
-==== Next steps ==== +----- 
- +<WRAP tabs> 
-[[:universitycourses:mastermbw:processingsequencefiles|Move on to the next project]] +   * [[:physaliacg|back to Physalia main]] 
- +</WRAP>
-[[:universitycourses:mastermbw|Return to the course main page]] +
- +
-{{NEWPAGE}} +
- +