Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdoe committed Jun 19, 2023
1 parent 5f1126b commit ef0894c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion week-046.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,5 +220,5 @@ for l in lines:
f.close()
```

> now use `cat names.csv | cut -f 2 -d ,` to show an example of using the `cut` command.
> now use `cat names.csv | cut -f 1 -d ,` to show an example of using the `cut` command.

0 comments on commit ef0894c

Please sign in to comment.