Skip to content

Commit

Permalink
Format better.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabe Berke-Williams committed Jul 28, 2012
1 parent ebebd8f commit cd277f5
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 1.md
@@ -1,5 +1,10 @@
# ls

`ls` is used to LiSt files. It is notable for having one of the longest man
pages in the UNIX standard suite.

## Challenges

All commands should be using `ls` and any options, and should be run from inside
the `demo` dir. No other commands (or pipes, etc) are allowed.

Expand Down
4 changes: 4 additions & 0 deletions 2.md
@@ -1,5 +1,9 @@
# mkdir

`mkdir` is used to MaKe DIRectories.

## Challenges

All commands should be using `mkdir` and any options. No other commands (or pipes,
etc) is allowed.

Expand Down
4 changes: 4 additions & 0 deletions 3.md
@@ -1,3 +1,7 @@
# touch

`touch` is used to create files. It is also used in a number of bad UNIX jokes.

## Challenges

* Create a file named `hello.txt`
2 changes: 2 additions & 0 deletions 8.md
Expand Up @@ -11,3 +11,5 @@ Example:
echo "hello i am gabe, my name is gabe" | sed 's/gabe/Jack'
# shows the first 13 files/directories in the current directory
ls -1 | head -13

## Challenges

0 comments on commit cd277f5

Please sign in to comment.