Skip to content

Commit

Permalink
Update AWK_module.md
Browse files Browse the repository at this point in the history
typos
  • Loading branch information
eberdan authored Apr 12, 2024
1 parent 9e342e5 commit 227c769
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Finding_and_summarizing_colossal_files/lessons/AWK_module.md
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ You can test your code out with the file `hg38_subset.gff` in the advanced_shell

## Parsing awk code written by other people

We have gone through some simple examples here, but there will likely come a time where you end up searching the web for a more complex application of `awk`. Let's take a look at some code and see if we can tell what it does
We have gone through some simple examples here, but there will likely come a time where you end up searching the web for a more complex application of `awk`. Let's take a look at some code and see if we can tell what it does.

```bash
### DO NOT RUN ###
Expand Down Expand Up @@ -452,7 +452,7 @@ Drug_KO_day2_rep2
When `${i}` is equal to 3 what will our `awk` command spit out? Why?


## With our new expertise, we can not only write our own `awk` commands but we can understand commands that others have written. Go forth and `awk`!
### With our new expertise, we can not only write our own `awk` commands but we can understand commands that others have written. Go forth and `awk`!


# Additional cool `awk` commands
Expand Down

0 comments on commit 227c769

Please sign in to comment.