Linux Terminal Basics: Cut – Abstract Fields / Characters
Channel:
Subscribers:
54,600
Published on ● Video Link: https://www.youtube.com/watch?v=PHzMZDaepHg
Cut can be used to abstract fields or characters from a text file or piped command. The output of cut could be parsed to a different command like Sort.
Command:
cut -f 1, -d : input.txt
-f field (use with -d delimiter)
-b byte values (specific characters)
-c range of characers
--output-delimiter= (replace output delimiter)
Background from Charlie Henson:
Jughead Abstract 11 - https://www.opendesktop.org/p/1227914/
Like my channel? Please help support it:
Patreon: https://www.patreon.com/quidsup
Paypal: https://www.paypal.me/quidsup
Follow me on Social Media
Google+ https://google.com/+quidsup
Twitter: https://twitter.com/quidsup
Minds: https://minds.com/quidsup
Other Videos By quidsup
Tags:
Linux
Terminal
Cut
Fields
CSV
Tutorial
Ubuntu
Desktop
Computing
GNU
Unix
BSD
Quidsup