Skip to content

Commit

Permalink
fix example output to ensure correct change to output
Browse files Browse the repository at this point in the history
  • Loading branch information
trhallam committed Jun 19, 2024
1 parent 3f503de commit c437e68
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions episodes/15-wildcards-pipes.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -276,13 +276,15 @@ $ echo "We want to add this sentence to the end of our file" >> word_counts.txt
$ cat word_counts.txt
```
```output
22129 dmel_unique_protein_isoforms_fb_2016_01.tsv
471308 Drosophila_melanogaster.BDGP5.77.gtf
0 fastq
1304914 fb_synonym_fb_2016_01.tsv
106290 gene_association.fb
1 test.txt
1904642 total
53037 bash-lesson.tar.gz
542048 dmel-all-r6.19.gtf
22129 dmel_unique_protein_isoforms_fb_2016_01.tsv
wc: fastq: Is a directory
0 fastq
106290 gene_association.fb
1 test.txt
7 word_counts.txt
723512 total
We want to add this sentence to the end of our file
```

Expand Down

0 comments on commit c437e68

Please sign in to comment.