Skip to content

Commit

Permalink
Merge pull request #44 from bagustris/patch-1
Browse files Browse the repository at this point in the history
Updating question/objective
  • Loading branch information
ChristinaLK authored Mar 16, 2018
2 parents 77a85d3 + eb71862 commit 105751f
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion _episodes/01-man-pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Manual Pages"
teaching: 10
exercises: 0
questions:
- "FIXME"
- "How to use man pages?"
objectives:
- "FIXME"
keypoints:
Expand Down
2 changes: 1 addition & 1 deletion _episodes/03-file-transfer.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Transferring Files"
teaching: 10
exercises: 0
questions:
- "FIXME"
- "How to use wget, curl and lftp to transfer file?"
objectives:
- "FIXME"
keypoints:
Expand Down
6 changes: 5 additions & 1 deletion _episodes/05-directory-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@ title: Directory structure
teaching: 5
exercises: 0
questions:
- "FIXME"
- "Understanding the concept of Unix directory structure"
objectives:
- "FIXME"
keypoints:
- "FIXME"
---

All Unix files are integrated in a single directory structure. The file-system is arranged in a structure like an inverted tree. The top of this tree is the root and is written as a slash ‘/’.

## The `tree` command

FIXME
7 changes: 6 additions & 1 deletion _episodes/07-aliases.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,16 @@ title: Aliases and the .bashrc
teching: 5
exercises: 0
questions:
- "FIXME"
- "How to customize shell environment"
objectives:
- "FIXME"
keypoints:
- "FIXME"
---

## The .bash_profile, .bash_logout, and .bashrc files


## Aliases

FIXME
4 changes: 2 additions & 2 deletions _episodes/08-environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ title: Shell Variables
teaching: 10
exercises: 0
questions:
- "FIXME"
- "How to change shell variables"
objectives:
- "FIXME"
- "Undestanding shell variables"
keypoints:
- "FIXME"
---
Expand Down

0 comments on commit 105751f

Please sign in to comment.