Skip to content

Commit

Permalink
Fix misleading comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
KL-7 committed Jan 12, 2012
1 parent d9bedb5 commit 6edf434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby-one-liners/Readme.md
Expand Up @@ -106,7 +106,7 @@ for each of these tasks:
ruby -ne 'puts $_ unless $_ == "\n"'


### delete consecutive duplicate lines from file
### delete consecutive empty lines (all but one in each group) from file

ruby -ne 'puts $_ if /^[^\n]/../^$/'

Expand Down

0 comments on commit 6edf434

Please sign in to comment.