bash:cut
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
bash:cut [2019/12/12 22:33] – peter | bash:cut [2021/01/26 15:57] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== BASH - cut ====== | ||
- | |||
- | The **cut** command allows cutting of sections based on byte positions, characters, or fields separated by a delimiter like the ‘-‘ or ‘:’ characters. | ||
- | |||
- | cut - remove sections from each line of files. | ||
- | |||
- | **cut** can return section based on number of bytes (-b), characters (-c), or fields (-f) when fields are separated by a delimiter(-d). | ||
- | |||
- | <WRAP info> | ||
- | Default delimiter is tab. | ||
- | </ | ||
- | |||
- | ---- | ||
- | |||
- | [[BASH: | ||
- | |||
- | [[BASH: | ||
- | |||
- | [[BASH: | ||
- | |||
- | |||
- | ---- | ||
- | |||
bash/cut.1576190002.txt.gz · Last modified: 2020/07/15 09:30 (external edit)