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

Update bash-extracting_from_files.md

parent dfc100e5
No related branches found
No related tags found
No related merge requests found
Pipeline #38981 passed
# Extracting from files
## Extracting begining/end (head, tail)
## Counting lines (wc)
## Sorting a tabular file (sort)
## Searching pattern (grep)
## Redirecting a command output (>)
## Combining commands (|)
## Replacing pattern (sed)
## Extracting columns (cut)
## Filtering a file (awk)
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