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

Update bash-extracting_from_files.md

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