We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f251f5e + 9f27f97 commit 62c1b7cCopy full SHA for 62c1b7c
_episodes/05-counting-mining.md
@@ -710,14 +710,14 @@ Pair up with your neighbor and work on these exercises:
710
>
711
> > ## Solution
712
> > ~~~
713
-> > $ grep -Eo '\d{4}-\d{4}' 2014-01_JA.tsv > issns.tsv
+> > $ grep -Eo '\d{4}-\d{4}' 2014-01_JA.tsv > results/issns.tsv
714
715
> > {: .bash}
716
> >
717
> > or
718
719
720
-> > $ grep -Po '\d{4}-\d{4}' 2014-01_JA.tsv > issns.tsv
+> > $ grep -Po '\d{4}-\d{4}' 2014-01_JA.tsv > results/issns.tsv
721
722
723
0 commit comments