| title | tags | sidebar | permalink | toc | week_num | series | weight | |
|---|---|---|---|---|---|---|---|---|
Week 2 |
|
home_sidebar |
Week_02.html |
false |
2 |
Week-by-week series |
0.2 |
{% include custom/series_week_by_week.html %}
- Overview of UF Research Computing and HiPerGator
- Getting started on the Linux command line
-
The GitHub Account assignment is due {{site.github_account_assignment_due | date: '%A, %B %d' }}.
-
Quiz 1 will be available on Monday. It is due {{site.quiz_1_due | date: '%A, %B %d' }}.
- It covers basic Linux commands like:
pwd, cd, ls, less, cp, mv, mkdir, rm, which, man, cat, sort, uniq, wc, head, tail, echo, history, grep, cut, paste, join, diff, tr, sed
- It covers basic Linux commands like:
-
Problem Set 1 will be available on Friday. It is due {{site.ps_1_due | date: '%A, %B %d' }}.
- Covers regular expressions in text editors and with
grepas well as some of the Linux commands from weeks 1 & 2.
- Covers regular expressions in text editors and with
{% include image.html file='monday.png' alt="Calendar icon with Monday" position="right" max-width=75 %}
{% include image.html file='wednesday.png' alt="Calendar icon with Wednesday" position="right" max-width=75 %}
{% include image.html file='friday.png' alt="Calendar icon with Friday" position="right" max-width=75 %}
{% include image.html file='checkmark.png' alt="Check mark icon" position="right" max-width=75 %}
- Have a github.com account
- Understand the basics of Linux filesystems and where to store your data on HiPerGator.
- Be able to use the following Linux commands:
pwd, cd, ls, less, cp, mv, mkdir, rm, which, man, cat, sort, uniq, wc, head, tail, echo, history. - Understand command arguments to modify how commands function.
- Be able to use redirect output to a file (
>, >>). - Be able to link commands with pipes (
|).
{% include custom/office_hours.html %}
{% include custom/series_week_by_week_next.html %}