Linux Crash Course - The cut Command

preview_player
Показать описание
In the Linux Crash Course series on LearnLinuxTV, you'll learn all the commands you'll need to know in order to master Linux. In each video, you'll navigate through a hands-on session to learn the basics of a particular command. In this episode, we'll take a look at the cut command.

LEARN LINUX TV - YOUR HOME FOR LINUX-RELATED FUN AND LEARNING!

-- Support Linux Learning (commission earned) --

-- Individual Sections --
00:00 - Intro
00:50 - Check out Akamai Connected Cloud (Sponsor)
02:14 - Basic usage of the cut command
04:01 - Using the -b option with the cut command to select by byte
05:23 - What's the difference between options -b and -c with the cut command?
07:11 - Combining ranges with individual bytes
08:18 - How to select text by field with the cut command in Linux
10:15 - Using the cut command to select fields in the /etc/passwd file

-- Recommended stand-alone videos from Learn Linux TV --

-- Recommended Courses from Learn Linux TV --

-- Linux-related Podcasts --

-- Fun Linux-related Projects --

-- Official Learn Linux TV Sites --

-- FAQ --

CONTENT ETHICS

DISCLAIMER:
LearnLinuxTV produces technical content that will hopefully be helpful to you and teach you something new. However, this content is provided without any warranty (expressed or implied). LearnLinuxTV is not responsible for any damages that may arise from any use of the content and information that's being provided. The viewer is expected to follow best judgement and to make his/her/their best decisions while working with production or non-production software, systems and hardware.

#Linux #LinuxTutorial #LearnLinux
Рекомендации по теме
Комментарии
Автор

Thanks!!! I have never thought that "cut" could be so interesting

mengye
Автор

OMG! I came here for you to teach me Windoze!!!! (j/k)
Great video as always, Jay. "Do one thing and do it well, " and you have done it again with explaining the cut command. Thank you.

Not-THAT-ChrisPratt
Автор

Jay you learned me some new stuff! I have used the cut command many times, but always for fields, I didn't know that character and byte were options.

javabeanz
Автор

cut -b 7-11, 56-61 message.txt
you could do without additional number and comma in an example at 8 minute mark 🙂

samoylov
Автор

Maybe you could show
sort and column commands
For the next chapter

catupeloco
Автор

You should make a video on the lsof command, I noticed it wasn’t listed in your book either.

fsxspen
Автор

Very great video, I must subscribe.
I know the cut command, just wish to see something new that I didn't know, like I would have love to see how you will use the command for just one line on /etc/passwd
🙂

akindayoakinlabi
Автор

I don't want to be negative here, but I've used the cut command a lot.... bad joke... heh Great video.

kencreten
Автор

Hi Jay! I've been a subscriber to your channel for a while now, and I know you've mentioned CEPH a few times in the past. I was wondering if you have plans to do a training video on CEPH in the future? I just attended an amazing CEPH presentation, and it has ignited my interest in the technology. I'm now super excited about it. Your video series has been incredibly helpful for me in learning, and I would love to add CEPH to my HA Proxmox cluster that you helped me to build by the way. Please let us know when you have time. I absolutely love your channel, and you are a phenomenal teacher. Keep up the fantastic work!

BrianThomas
Автор

How to use tail command and cut using pipe.Where I can leave the header from file

karthikeyans
Автор

Can you help me to follow complete Linux course

advancewebdevelopment
Автор

Greattings . I used "cut -d " " -f 9, 2 message.txt" and the prompt output was "Linux Wow!" instead of "Wow! Linux". How I can chance the order of output?

lainerdonet
Автор

Please can somebody explain why Linux still uses Microsoft DOS type commands. Is it still necessary to know these command line when there are graphical user interfaces?

ZubairKhan-vsfe