Skip to content

Commit

Permalink
corrected dfs example
Browse files Browse the repository at this point in the history
  • Loading branch information
erikfrey committed Mar 24, 2009
1 parent 44abeb8 commit f5d17c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.textile
Expand Up @@ -56,6 +56,6 @@ h3. Future work

br really doesn't need a dfs. But you can simulate one with the current script:

<pre>br -r "> /tmp/myfile" < input</pre>
<pre>br -r "cat > /tmp/myfile" < input</pre>

Other niceties would be to more closely mimic the options presented in sort (numeric, reverse, etc).

0 comments on commit f5d17c4

Please sign in to comment.