Become a shell wizard in ~12 mins

227,886
0
2024-02-06に共有
In this video we're running through all the important things you need to know in order to get comfortable using the shell and see how you can compose commands together to build out super handy chains that'll save you a lot of time.

#terminal #linux #bash

コメント (21)
  • @scrapp706
    Underrated, it's just amazing how serene and concise this video is
  • @suborno9249
    At college, I was forced to learn about shell scripting, but after using Linux for more than half a year, I am enjoying every bit of it. I am still learning about shell scripting.
  • 0:28 shell/terminal/console/command line terminology 0:47 ls (list) 1:19 cd (current directory) 1:22 pwd (path to working directory) 1:26 echo 1:30 cat (concatenate) 1:33 touch 1:41 cp (copy) 1:47 mv (move) 1:51 <target> <destination> convention 2:02 rm (remove) 2:24 ln (link) 2:35 less 2:50 more 2:56 man (manual) 3:27 grep (global regular expression print) (find strings) 3:36 find (find files/dir) 3:47 sed (stream editor) (find and replace text) 4:25 awk (extract text data) 4:43 sort 4:55 head, tail 5:12 piping, pipe operator < | > 5:46 xargs (split input into chunks and pass as arguments) 6:07 running subshells < $( ) > 6:32 redirection < > > 6:47 appending < >> > 6:54 file content into stdin < < > 7:04 fzf (fuzzy finder) 7:24 compgen - c (lists all cmds) 7:31 Lots of useful command combinations 11:55 key takeaways
  • @t00nfish
    I listen to this every evening to fall asleep in peace
  • @Rundik
    linux shadow wizard money gang
  • @kmk20219
    first time I see someone make working with CLI look aesthetic and easy. Beautiful video
  • @slayerxyz0
    Worth mentioning Ctrl-R as well for hotkeys. That fzf man alias is really cool
  • @BobbyMully
    Goes from newbie to advanced real quick! I use the terminal a lot as a software engineer, but this taught me a couple things and I feel like I understand some things better.
  • probably the best video on overview of shell commands that ive seen so far
  • @HopeUnveiled
    I just become death destroyer of the terminal world!!
  • @danydanger
    One of the finest videos ever made for the shell enthusiast, kudos to u man, eagarly awaiting for more !!!!!
  • @cobraflunkie
    I never thought the shell could be relaxing but you have done it. Good work.
  • @Hersatz
    Explained more and better in 12 minutes than our teachers in a whole semester.
  • @mechwarrior83
    Low sub channel + quality content like this = instant subscribe
  • really useful video. I am using bash for a few years now, and only recently i am starting to realize how powerful the pipe command is
  • @sevos
    Great fzf examples, thank you so much!
  • Perfect content, helpful and calm, thanks. Seeing how someone uses tools is so helpful as I learn to use them.
  • @BenjaminGrec
    Awesome and comprehensive video showing off the true capabilities of a good shell user. I realize literally everything people see, is a text doc