Skip to content

Commit

Permalink
Make the filename a link
Browse files Browse the repository at this point in the history
  • Loading branch information
steveshogren committed Jun 16, 2017
1 parent a50dfbb commit 1386117
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions book_sample_multiple_repeat.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ This is the source of name of the command `grep`!

#### Exercise - Edit and Delete

Use the file "ozymandias.txt" to prepend "Line " to all lines with poetry on
Use the file [ozymandias.txt](ozymandias.txt) to prepend "Line " to all lines with poetry on
them with a single `:g` command. Then delete the lines that do not have any
poetry on them with a single `:g` command.

#### Exercise - Move

On a fresh copy of "ozymandias.txt", move all lines with just a number to the
On a fresh copy of [ozymandias.txt](ozymandias.txt), move all lines with just a number to the
bottom of the file.

#### Exercise - Print

On a fresh copy of "ozymandias.txt", print all lines with poetry.
On a fresh copy of [ozymandias.txt](ozymandias.txt), print all lines with poetry.

0 comments on commit 1386117

Please sign in to comment.