Skip to content
Snippets Groups Projects
Commit b231bea7 authored by alexis.dereeper_ird.fr's avatar alexis.dereeper_ird.fr
Browse files

Update bash-extracting_from_files.md

parent 22db87a6
No related branches found
No related tags found
No related merge requests found
Pipeline #43466 passed
......@@ -165,7 +165,7 @@ The `cut` command allows to cut a line at a specific character and extract a sel
The `uniq` command can be used to remove the redundancy. But result need to be sorted to make it work properly/
!!! question "Using `uniq`, could you now find a way to filter the redundancy by keeping only the names"
!!! question "Using `uniq`, could you now find a way to filter the redundancy by keeping only the names?"
??? example "Click to show the solution"
```bash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment