User Tools

Site Tools


bash:commands:cut

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
bash:commands:cut [2021/01/26 16:02] – created peterbash:commands:cut [2021/01/26 16:06] (current) peter
Line 1: Line 1:
 ====== BASH - Commands - cut ====== ====== BASH - Commands - cut ======
  
-The **cut** command allows cutting of sections based on byte positions, characters, or fields separated by a delimiter like the ‘-‘ or ‘:’ characters. +**cut** 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 remove sections from each line of a file.
  
-**cut** can return section based on number of bytes (-b), characters (-c), or fields (-f) when fields are separated by a delimiter(-d).+**cut** can return sections based on number of bytes (-b), characters (-c), or fields (-f) when fields are separated by a delimiter(-d).
  
 <WRAP info> <WRAP info>
Line 13: Line 13:
 ---- ----
  
-[[BASH:cut:Cut using Bytes|Cut using Bytes]]+[[BASH:Commands:cut:Cut using Bytes|Cut using Bytes]]
  
-[[BASH:cut:Cut using Characters|Cut using Characters]]+[[BASH:Commands:cut:Cut using Characters|Cut using Characters]]
  
-[[BASH:cut:Cut using Fields|Cut using Fields]]+[[BASH:Commands:cut:Cut using Fields|Cut using Fields]]
  
  
bash/commands/cut.1611676959.txt.gz · Last modified: 2021/01/26 16:02 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki