Skip to content

Commit

Permalink
Add hrule above nav links
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Jul 29, 2020
1 parent 710059d commit 3b624fd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lessons/shell/files-and-directories.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,8 @@ described in this section.
| tab | complete command


___

[Introduction to the shell](./index.md) |
Previous: [index](./index.md) |
Next: [Creating things](./creating-things.md)
2 changes: 2 additions & 0 deletions lessons/shell/finding-things.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ and special characters described in this section.
| which | show location of command
| alias | make a shortcut for a command

___

[Introduction to the shell](./index.md) |
Previous: [Pipes and filters](./pipes-and-filters.md)
Next: [Getting things from elsewhere](./getting-things.md)
2 changes: 2 additions & 0 deletions lessons/shell/getting-things.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ The table below summarizes the commands described in this section.
| gzip | package and compress/uncompress files
| tar | package and compress/uncompress files

___

[Introduction to the shell](./index.md) |
Previous: [Finding things](./finding-things.md)
2 changes: 2 additions & 0 deletions lessons/shell/pipes-and-filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ described in this section.
| sort | sorts input
| sed | stream editor

___

[Introduction to the shell](./index.md) |
Previous: [Creating things](./creating-things.md) |
Next: [Finding things](./finding-things.md)

0 comments on commit 3b624fd

Please sign in to comment.