Skip to content

Commit 62c1b7c

Browse files
authored
Merge pull request #163 from scottcpeterson/patch-15
Solution needs to be directed to results directory
2 parents f251f5e + 9f27f97 commit 62c1b7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_episodes/05-counting-mining.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -710,14 +710,14 @@ Pair up with your neighbor and work on these exercises:
710710
>
711711
> > ## Solution
712712
> > ~~~
713-
> > $ grep -Eo '\d{4}-\d{4}' 2014-01_JA.tsv > issns.tsv
713+
> > $ grep -Eo '\d{4}-\d{4}' 2014-01_JA.tsv > results/issns.tsv
714714
> > ~~~
715715
> > {: .bash}
716716
> >
717717
> > or
718718
> >
719719
> > ~~~
720-
> > $ grep -Po '\d{4}-\d{4}' 2014-01_JA.tsv > issns.tsv
720+
> > $ grep -Po '\d{4}-\d{4}' 2014-01_JA.tsv > results/issns.tsv
721721
> > ~~~
722722
> > {: .bash}
723723
> >

0 commit comments

Comments
 (0)