Skip to content

Commit

Permalink
Add navigation to the end of each file
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Jul 27, 2020
1 parent 2ebc7d8 commit bbc3833
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lessons/shell/creating-things.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ described in this section.
| Ctrl-e | place cursor at end of line
| Ctrl-k | clear text to end of line
| Ctrl-l | clear text in terminal

[Introduction to the shell](./index.md) |
Previous: [Files and directories](./files-and-directories.md) |
Next: [Pipes and filters](./pipes-and-filters.md)
5 changes: 5 additions & 0 deletions lessons/shell/files-and-directories.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,8 @@ described in this section.
| dirs | print directory stack
| tree | view directory tree *(nonstandard)*
| tab | complete command


[Introduction to the shell](./index.md) |
Previous: [index](./index.md) |
Next: [Creating things](./creating-things.md)
4 changes: 4 additions & 0 deletions lessons/shell/finding-things.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ and special characters described in this section.
| echo | print variables to terminal
| 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)
3 changes: 3 additions & 0 deletions lessons/shell/getting-things.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ The table below summarizes the commands described in this section.
| zip | package and compress/uncompress files
| gzip | package and compress/uncompress files
| tar | package and compress/uncompress files

[Introduction to the shell](./index.md) |
Previous: [Finding things](./finding-things.md)
4 changes: 4 additions & 0 deletions lessons/shell/pipes-and-filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ described in this section.
| ? | match single characters
| 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 bbc3833

Please sign in to comment.