Skip to content

Commit

Permalink
Cleaning up the description for find_tabs_in_a_file
Browse files Browse the repository at this point in the history
  • Loading branch information
jarv committed Jan 30, 2017
1 parent 6627d28 commit 91f8a24
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion challenges.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,10 @@
- slug: find_tabs_in_a_file
version: 1
author: cmdchallenge
description: How many lines contain a tab in the file README
description: |
How many lines contain tab characters in
the file named "file-with-tabs.txt" in the
current directory.
example: grep -P '\t' file-with-tabs.txt | wc -l
expected_output:
lines:
Expand Down

0 comments on commit 91f8a24

Please sign in to comment.