Podcasts by Command Line TV

Command Line TV

Command Line TV is a video podcast to help you
learn and master the Unix shell. Informally, ‘Unix’ refers to a
family of
operating systems that includes GNU/Linux, Mac OS X, and FreeBSD. Operating
a computer via the command line gives you tremendous power and flexibility,
but it’s not easy to learn. We’re here to help! We start from the
beginning, but also try to include some tips suitable for intermediate
users. Each video is about 20 minutes long, and we aim to release a new
episode every week or so.

Further podcasts by Christopher League and Christian Lopes

Podcast on the topic Technologie

All episodes

Command Line TV
Episode 1: echo "Hello!" from 2021-01-31T22:10:42.023393

Welcome to Command Line TV, a new video podcast to help you learn and master the UNIX shell. In this first episode, we talk about our backgrounds, the scope of this endeavor, opening you...

Listen
Command Line TV
Episode 12: Find and locate from 2015-10-20T00:00

We use find and locate to dig up lists of files on our system that match certain criteria. We also look at Listen

Command Line TV
Episode 11: Filesystems from 2015-10-13T00:00

We investigate the standard filesystem hierarchy and some tools for managing filesystems.

Listen
Command Line TV
Episode 10: Shell scripts from 2015-09-29T00:00

We create shell scripts using the hash-bang header, and also look at permissions, variables, and loops in the shell.

Listen
Command Line TV
Episode 9: Redirection and substitution from 2015-09-22T00:00

We explore some more shell basics including redirection to and from files, and command substitution. This feature allows the output of one command to be used as parameters of another co...

Listen
Command Line TV
Episode 8: Package managers from 2015-09-15T00:00

In this episode, we explore some of the capabilities of package managers for installing and updating software on your system. Specifically, we look at the ‘apt’ system on Ubuntu GNU/Linux. On ot...

Listen
Command Line TV
Episode 7: ImageMagick from 2015-09-08T00:00

We look at ImageMagick, a powerful suite of command-line tools for doing image processing. With it, we resize, crop, blur, and do format-conversion on a collection of image files.

Listen
Command Line TV
Episode 6: File management part 2 from 2015-09-01T00:00

In this episode, we continue looking at managing files and directories using cp, rm, Listen

Command Line TV
Episode 5: File management part 1 from 2015-08-25T00:00

We use mv to move and rename files, and create a shell alias to improve the safety of one of its sharp edges. We als...

Listen
Command Line TV
Episode 4: Text manipulation from 2015-08-18T00:00

We learn about text manipulation commands like cut, sort, and uniq. We build ...

Listen
Command Line TV
Episode 3: Wildcards and grep from 2015-08-10T00:00

In this episode, we use basic wildcards to select files, and then explore how the ‘grep’ command can search for words or phrases across multiple files. As always, you can follow along using the ...

Listen
Command Line TV
Episode 2: Viewing files from 2015-08-04T00:00

We look at viewing files using commands like cat, more, less, Listen