Ranking All 108 GNU/Linux Coreutils Commands - GNU Coreutils Tier List

Поделиться
HTML-код
  • Опубликовано: 13 янв 2025

Комментарии • 263

  • @UliTroyo
    @UliTroyo 4 месяца назад +492

    Picking core utils out of a _red hat_ … specifically a _fedora_ is an understated and satisfying bit

    • @UliTroyo
      @UliTroyo 4 месяца назад +9

      I mean, that’s not actually red, and I’m only assuming that’s a fedora, but I get it.

    • @kebabulon
      @kebabulon 4 месяца назад +6

      good catch :D

    • @samarnagar9699
      @samarnagar9699 4 месяца назад +1

      @@UliTroyo fedora has been a very impressive distro torvolds uses it! and thats it they won thats

    • @christophschug9295
      @christophschug9295 4 месяца назад +7

      The funny thing is that Fedora doesn't ship the GNU coreutils implementation of "hostname", "kill", "su", and "uptime".
      On the other hand, "basenc" is missing here, isn't it?
      The description of "paste" was somewhat strange, and honestly I use it fairly often. Some categorization seems a bit strange anyway, like "[" vs. "test" (they share even the same code, with "[" just having extra support for "--version"/"--help" ... but most of the times those aren't called anyway because any halfway decent shell implements those as builtins, like a lot of other commands as well ("pwd" for example).
      Furthermore I would consider some tools like "install" far more important and more commonly used than "base32".
      But it's fun to see other people's classification and how they differ ... Thanks!

    • @notme8232
      @notme8232 4 месяца назад +1

      Should have kept them all under an arch.
      I use Arch, btw

  • @CrabSpy
    @CrabSpy 4 месяца назад +113

    This is my favorite tierlist

  • @dscodes_
    @dscodes_ 4 месяца назад +221

    April Fools version of this where you put all 108 commands on S Tier because they're all your favorite GNU/Linux Coreutils commands

    • @zitronenwasser
      @zitronenwasser 4 месяца назад +4

      I have to say, i honestly clicked the middle of the video before watching it all, expecting EXACTLY that lmao

  • @kosodrzewinka
    @kosodrzewinka 4 месяца назад +13

    i love the man pages for true and fase:
    true - do nothing, successfully
    false - do nothing, unsuccessfully

  • @awesomethegreatamazing2651
    @awesomethegreatamazing2651 4 месяца назад +46

    Gotta love how crowded the S tier got. I also appreciate how you took into consideration some niche use cases of some of commands compared to how a newer user would.

  • @User-o6e5o
    @User-o6e5o 20 дней назад +2

    I’d recommend you to consider apply as a teacher in Eastern Europe, you will get a decent salary and better quality of life compared to Canada. They hire Americans and pay them decent salaries compared to cost of living.❤ I really appreciate all your efforts and want you to be happy and successful.

  • @6danio624
    @6danio624 4 месяца назад +106

    Now THIS is the highbrow content we, intellectuals, like to see. Perfect video to watch in the evening with a glass of fine red wine on the side, chilled to perfection, as always. Cheers.

    • @josephbrandenburg4373
      @josephbrandenburg4373 4 месяца назад +9

      Chilled red wine? Philistine.

    • @w花b
      @w花b 4 месяца назад

      This video is a trap for nerds. All glued like flies on honey.

    • @ClaytonTownley
      @ClaytonTownley 4 месяца назад +1

      Geeeekkkkk!!!!!

  • @danielstoddart
    @danielstoddart 4 месяца назад +37

    If you're a Linux beginner, it's really, really useful and educational to read all the man pages on those S-tier coreutils.

    • @allanpaiz3348
      @allanpaiz3348 4 месяца назад +3

      The problem when people say this is that it's hard as hell to digest. The majority of the language used in the man pages is so hard to understand with no prior experience and knowledge.
      It's like flipping into a calculus textbook with no math background. Heckin gibberish.
      But I do agree. As someone that learning, it's starting to make more and more sense.

    • @danielstoddart
      @danielstoddart 4 месяца назад +1

      @@allanpaiz3348 The caveat I'd add to the above would be to acknowledge that a lot of man pages and documentation are badly written. But it would be a massive undertaking for the open source community to re-write and correct all that documentation.

    • @muizzsiddique
      @muizzsiddique 8 дней назад

      ​@@allanpaiz3348 tldr provides some basic commands with a short summary of what it does, so while not a replacement, can be helpful for those same people

  • @pixelbeat
    @pixelbeat 4 месяца назад +104

    cksum has recently been updated to add the -a option to select any checksum algorithm, and should be preferred over the separate md5sum commands etc. going forward

    • @MiesvanderLippe
      @MiesvanderLippe 4 месяца назад +14

      Can't ram tab to autocomplete that though.

    • @Seltyk
      @Seltyk 4 месяца назад +2

      Is this a GNU extension or a POSIX standard update?

    • @pixelbeat
      @pixelbeat 4 месяца назад +4

      @@Seltyk It was originally implemented in NetBSD, and then in GNU coreutils since v9.0. It is not standardized by POSIX yet

    • @efkastner
      @efkastner 4 месяца назад +2

      Great tip! As I’m going through the video, I keep thinking, “ANOTHER, specific, checksum command?!”

    • @efkastner
      @efkastner 4 месяца назад +4

      Ugh, macOS annoyance yet again. The built in `cksum` does allow for different algs, but they are just numbered and are weird historic things like “Algorithm 2 is the algorithm used by historic AT&T System V systems as the default sum(1) algorithm.”

  • @opensourcedev22
    @opensourcedev22 4 месяца назад +9

    I'm teaching Linux to my kids. This list is a great go to list to go by as i am choosing what to teach them first. Watching their young minds light up the first time they see a command work is marvelous.

  • @harrytsang1501
    @harrytsang1501 4 месяца назад +44

    Not only is `sort` an S tier command, try `sort -h` if you have something with -h piped such as du -h and you will get it to sort by readable filesizename

  • @coffeedude
    @coffeedude 4 месяца назад +46

    soy digital tierlist vs chad analog coreutils hat

  • @rothn2
    @rothn2 4 месяца назад +7

    ML/data person here-- cut and paste have very well-defined semantics that are helpful for working on dirty/malformed data without damaging it further

    • @flamingspinach
      @flamingspinach 4 месяца назад

      I use `cut -f` all the time but I didn't even know there was a `paste` lol

  • @blacklistnr1
    @blacklistnr1 4 месяца назад +5

    I think the wildest part of this ranking is how many commands are in the S tier and that I agree with most of them based on my usage
    Really speaks of how good the unix design is

  • @herwighochleitner422
    @herwighochleitner422 4 месяца назад +12

    I finally realized I'm on the spectrum, when I got mad that you put my favorite command only in B tier ...

  • @Leiton1985
    @Leiton1985 4 месяца назад +84

    I will give the video a S tier.

    • @somebody-anonymous
      @somebody-anonymous 4 месяца назад +2

      It is the sole occupant of my favorite tier!

    • @breakl7010
      @breakl7010 4 месяца назад +1

      wth is the S tier 😭

  • @SuperTort0ise
    @SuperTort0ise 4 месяца назад +8

    Take a shot every time he says command 💀
    This is the best tier list I've ever seen.

    • @JohannOldman
      @JohannOldman 4 месяца назад +1

      It's like a hypnotizing mantra.

    • @JohannOldman
      @JohannOldman 4 месяца назад +2

      Also fun but more survivable: 🍺 every time he says "out" in a canadian accent.

  • @philpeko1796
    @philpeko1796 4 месяца назад +11

    💥💥💥💥💥You mean all those times you asserted that each of these commands were your favorite linux command, you lied to us? 😲😱😨I'm so shocked!!! You had us all!! Such a good actor... You've earned a 🏆Linar statuette. It is like an Oscar statuette, but for Linuxians

  • @BrodieRobertson
    @BrodieRobertson 4 месяца назад +30

    I had planned to make this video myself months ago but never actually got around to recording it lol

    • @apIthletIcc
      @apIthletIcc 4 месяца назад

      Kinda makes sense man, you always keep vids pumping out. It's well appreciated. But since you mentioned it, can you do a video on native commands usable on chrome OS since you got the new Chromebook stuff coming out now?
      The commands usable in chromeOS are gonna throw you for a loop 😂 unless you really know gentoo

    • @redgeoblaze3752
      @redgeoblaze3752 4 месяца назад +3

      Might still be interesting to see where your preferences line up.

    • @BrodieRobertson
      @BrodieRobertson 4 месяца назад

      @@redgeoblaze3752 could still be fun to make

  • @avocado9227
    @avocado9227 4 месяца назад +2

    Excellent video providing valuable content. RUclipsrs spending all day changing wallpapers and themes cannot match the quality of this video. Time spent watching it is well worth it.

  • @linuxforpunks
    @linuxforpunks 4 месяца назад +7

    This is my new favourite video about Linux commands.

  • @Treviath
    @Treviath 4 месяца назад +23

    Friendly tip: There exists a command named `tldr` that you can use to quickly query common uses for any of these commands.

    • @gratux
      @gratux 4 месяца назад +8

      depending on your system, you may need to install it first

    • @subjekt5577
      @subjekt5577 4 месяца назад +4

      ​@@gratuxYup, not exactly coreutils
      For us, there's man/info/--help 😅

  • @techwatcher386
    @techwatcher386 4 месяца назад +2

    Really useful to go through each of these commands for usefulness. Thanks a lot.

  • @KnownUnknown5232
    @KnownUnknown5232 4 месяца назад +21

    This is my favourite linux command video

  • @josiahjack455
    @josiahjack455 4 месяца назад +2

    This is great! Suggestion to please do a tier ranking of data structures

  • @0rmai
    @0rmai 4 месяца назад +10

    I found that uniq works only on adjacent lines, and therefore has to be used with sort. Also sort has the -u flag which provides exactly that functionality. So I would put uniq lower than S.

    • @kebien6020
      @kebien6020 4 месяца назад +7

      But sort doesn't allow you to get an occurrence count, you need "sort | uniq -c" for that, so I think uniq still has it's own spot on S tier

    • @ukyoize
      @ukyoize 4 месяца назад

      why not use sort -u |lc at this point?

    • @kebien6020
      @kebien6020 4 месяца назад +1

      @@ukyoize What is lc? If you mean something like "wc -l", then no. That just counts the total amount of lines, it doesn't produce the count of each distinct line

  • @tdk0bob
    @tdk0bob 4 месяца назад +7

    Technically the su command can become any user including super, but not exclusively. It's very useful as a sysadmin if you need to make changes in a user's files. Open your session and su them giving you their privileges and account controls. It can be quicker sometimes especially if someone has an issue that only seems to be effecting them.

    • @flamingspinach
      @flamingspinach 4 месяца назад +1

      You can accomplish the same thing with sudo, actually -- `sudo -iu bob` will drop you into an interactive shell running as bob. You can of course also run a single command as bob by running `sudo -u bob foobar`. I'm not aware of any use case of su that isn't also served by sudo.

  • @pirate21
    @pirate21 4 месяца назад +3

    For me in my professional career I had to used the “od” command very, very often. So for me it would be in “S” tier. The video was very interesting and informative on how different usage of these tools.

  • @conduitstruct
    @conduitstruct 4 месяца назад +2

    Realpath helped me so much when switching from busybox to toybox

  • @BeefIngot
    @BeefIngot 4 месяца назад +15

    I think it would be pretty interesting to roughly rate the importance of commands via frequency of use in history maybe with an extended history for more data points.

    • @subjekt5577
      @subjekt5577 4 месяца назад

      Only if he does it with sort+unique+cut on his $HISTFILE

  • @HazexDimond
    @HazexDimond 4 месяца назад +6

    i was really expecting you to put them all in the S tier after the first one😆

  • @oshanehall3470
    @oshanehall3470 4 месяца назад

    Glad to see all your favourite commands in long form. I still love the sort form too. 😊

  • @epic_win
    @epic_win 4 месяца назад +10

    printf "%q" is essential for writing robust scripts.
    I'd put printf command in S tier.

    • @azurarobo
      @azurarobo 4 месяца назад +2

      What does it do

    • @epic_win
      @epic_win 4 месяца назад

      @@azurarobo It "escapes", or "quotes" the argument passed to it.
      Some characters, such as space, ", ', *, newline, etc. have special meaning for shell. When you need to use their literal value in the shell command you need to "escape" them.
      E.g. if you have a file named ".profile customization guide.txt" in your home directory command
      rm .profile customization guide.txt
      won't work as expected, as the shell will interpret spaces in the file name as argument separators and will attempt to delete 3 files instead.
      In this case wrapping file name in quotes is sufficient. But there are cases when it's not.
      E.g. we are reading a file name from some external source (so we don't know which characters it contains), and instead of running the command immediately we are saving it as a string for later use. In this case the shell will run special characters interpretation twice - once when the command string is assembled, and then again when saved command gets executed.
      In this case we need to escape file name value twice. Using
      escaped_filename=$(printf "%q" $filename)
      is a portable way to get that additional level of special character escaping.

    • @kebien6020
      @kebien6020 4 месяца назад +3

      ​@@azurarobo ARGUMENT is printed in a format that can be reused as shell input, escaping non-printable characters with the proposed POSIX $'' syntax.

  • @rogo7330
    @rogo7330 4 месяца назад +4

    'stat' command with its formating option '-c' can be used to print, for example, time of birth of the file (its creation in this particular file system, if this value is supported by it), then you pipe that into 'sort -nr', pipe into 'cut' and get files sorted by their birth time. It's very common that files downloaded by wget or curl or GUI browser can have modification time set to the remote value and not the actual time of its modification (most likely creation) on your local system.

    • @nikolaikalashnikov4253
      @nikolaikalashnikov4253 4 месяца назад

      How do you do that ? ...I have been using...
      wget -S --spider 'URL'
      to get the "server time" for a file.

  • @funkdefied1
    @funkdefied1 4 месяца назад +7

    Great list. I would only disagree with the “cut” command. I use the “cut” command all the time for cleaning up long lists of data like logs or “ls” outputs, especially to pipe to other commands. This is a pretty common pattern for me:
    find … | cut … | rev | cut … | rev | xargs

    • @mikechappell4156
      @mikechappell4156 4 месяца назад

      I find myself using awk for that more often.

    • @subjekt5577
      @subjekt5577 4 месяца назад

      Is awk core utils though?
      But yeat there's definitely some non coreutils which might as well be coreutils missing from this list
      Also builtins

  • @Plorpoise
    @Plorpoise 4 месяца назад +3

    Great video, probably my favorite. Now show me a detailed video on the funny missile guidance system and the history behind it. Don't forget that you got one thousand liked on that comment!

  • @90hijacked
    @90hijacked 4 месяца назад +5

    was waiting on newgrp the whole clip, never thought to check if its part of coreutils or not, turns out its part of util-linux :)

  • @annahri
    @annahri 4 месяца назад +1

    This is basically him summarizing all GNU coreutils commands. 👏

  • @arin3382
    @arin3382 4 месяца назад +15

    This is my favourite video.

  • @ilyalipovan4090
    @ilyalipovan4090 4 месяца назад

    Very precise and to the point good list

  • @RootsterAnon
    @RootsterAnon 4 месяца назад +4

    I never knew I wanted this!

  • @RedstonekPL
    @RedstonekPL 4 месяца назад +4

    this is my favorite tier list!

  • @kilianlindberg
    @kilianlindberg 4 месяца назад

    Love it. Thank you. 🙏 🥰

  • @sergius4691
    @sergius4691 4 месяца назад

    I'm thankful for stumbling upon this video, thank you for making it

  • @highvoltage3000
    @highvoltage3000 4 месяца назад

    Good video and I agree with most of your tier assignments! I would put mknod in S though since it's very useful when working in containers and chroots, for example, if you need to create something like /dev/net/tun in a container for openvpn. Also, the date and hostname is useful for more than just displaying the hostname or date, but you can also set the hostname or date, which I've found useful on many occasions.

  • @amandasandell3351
    @amandasandell3351 3 месяца назад

    watching this on repeat 24/7 until i've memorized every single command by heart

  • @James-l5s7k
    @James-l5s7k 4 месяца назад

    I actually have been waiting for it. I use make and coreutils on windows for development. Thanks!

  • @zechs3100
    @zechs3100 4 месяца назад +1

    The ultimate tier list finally dropped.

  • @HululusLabs
    @HululusLabs 15 дней назад

    learned something in the first 20 seconds of the video!

  • @coolguy69verycool
    @coolguy69verycool 4 месяца назад +1

    I'm saving this video as a reference

  • @dl8cy
    @dl8cy 6 дней назад

    excelent! Thank you!

  • @feelware
    @feelware 4 месяца назад

    very valuable info, thank you

  • @bog3559
    @bog3559 4 месяца назад

    Liked the part when you said command! ❤

  • @mzimmma
    @mzimmma 4 месяца назад +1

    protect this man at all cost.

  • @davidsun9026
    @davidsun9026 4 месяца назад +3

    Wait, so you're telling me that not all of these commands are your favorite linux commands?

  • @RamkrishanYT
    @RamkrishanYT 4 месяца назад +1

    4:12 bro capping coz he can't see us SHREDDED!!!! 🏋️

  • @syrus3k
    @syrus3k 27 дней назад

    This is precisely the kind of dry content I love

  • @benaloney
    @benaloney 4 месяца назад +6

    You should write a song using only terminal commands in the lyrics

  • @Migtex2
    @Migtex2 4 месяца назад

    Honey wake up! The GOAT just posted a bestof video

  • @mattcargile
    @mattcargile 4 месяца назад

    This is my FAVORITE tier list!🎉😂

  • @doce3609
    @doce3609 4 месяца назад +1

    The end is a masterpiece

  • @Rubricube
    @Rubricube 4 месяца назад +3

    For some reason, I am missing the "arch" command, I am on arch linux but neither bash cannot find it:
    bash: arch: command not found
    Any ideas why?

    • @Winnetou17
      @Winnetou17 4 месяца назад

      Good point. No idea, but I can say that on my Gentoo I have it

  • @mattcargile
    @mattcargile 4 месяца назад

    What a tease at the end! 😂

  • @AnWe79
    @AnWe79 4 месяца назад

    Nice!
    I've never bothered looking through all the coreutils, I'll probably start using some of these that I haven't before.
    Just a preference thing, but as uniq requires a sorted file as input for the most common use case, I've just used sort -u instead. So that makes uniq D tier for me.
    OTOH, I use sort -u all the time. I work with analyzing XML files with little to no context info, so paired with some XSLT, it makes for a nice way to get an understanding which elements contain what.

  • @XLucas600
    @XLucas600 4 месяца назад +3

    take a shot everytime he says "command"

  • @bokrugthewaterserpent3012
    @bokrugthewaterserpent3012 4 месяца назад +1

    FINALLY we can learn which is actually his favorite

    • @kebien6020
      @kebien6020 4 месяца назад +1

      I don't think that "which" is a coreutil. But it's definitely a very useful command, just a bit weird to have it as your favorite command.
      /s

  • @nikolaikalashnikov4253
    @nikolaikalashnikov4253 4 месяца назад +2

    27:34 For *_D-tier,_* I'm not sure who "the winner" is (of that tier) ???
    ...But for A, B, C, & S tiers, I'm pretty confident:
    *_C-tier Winner:_* The *_stat_* command.
    *_B-tier Winner:_* The bracketted *_test_* command: *[*
    *_A-tier Winner:_* The *_printf_* command.
    *_S-tier Winner:_* The *_dd_* command.

    • @subjekt5577
      @subjekt5577 4 месяца назад +1

      I'd say "echo" for s tier just because of how much it can replace with std/io redirection

    • @nikolaikalashnikov4253
      @nikolaikalashnikov4253 4 месяца назад

      @@subjekt5577 ...Yes, initially, i thought so too... Except that I got extremely lucky that he put *_printf_* in the *_A-tier:_* Which is a much more powerful "echo type" functionality ? Which meant that I didn't have to pick something in the *_S-tier_* with similar functionality that was already provided by a winner of A, B, C, or D tier.

  • @subjekt5577
    @subjekt5577 4 месяца назад

    Would live to see a posix series followup

  • @AdrX003
    @AdrX003 4 месяца назад

    As a complete noob on linux terminal (been only using it on windows platforms for 10 years now) i think i could understand better from this video wich commands can be be prioritized over others to learn (i love to learn from documentation but usually get lost at the gigantic description and alot of stuff looking like other things)
    Thanks

  • @kozas0
    @kozas0 4 месяца назад +1

    I would put `who' command higher on the list. I wouldn't bother with all the hash function commands, instead I would spend time getting acquinted with openssl command, which although isn't part of coreutils, is a swiss army knife when it comes to hashing and cryptography and you will most likely get to use it at some point. For example instead of doing `sha256sum ' you can do `openssl sha256 '.

    • @steffennilsen2132
      @steffennilsen2132 4 месяца назад

      For personal use that's fine, for portable scripting purposes it's good practice to stick to core utils if possible (sed is a common exception that I need to be more strict about). And when I say portable it's a personal preference of mine to always write portable POSIX compliant scripts even for personal purposes, simply because it's a skill that needs to be maintained (easy to use bash/zsh specific features that won't work in d/ash comes to mind)

  • @jmvr
    @jmvr 4 месяца назад

    At the beginning, he says he'll treat the rating as if you're a beginner Linux user. When he reaches a security-related command, he says if you're a beginner, it's D-tier, but for security professionals it's S-tier, so he puts it in S-tier.

  • @thedevminer
    @thedevminer 4 месяца назад +1

    With `su` you can become any user (as long as you know their password)

  • @TheSolidSnakeOil
    @TheSolidSnakeOil 4 месяца назад +1

    I've found numfmt rather useful in convert big numbers into something quickly readable in scripts.

  • @Sinthoras155
    @Sinthoras155 4 месяца назад +1

    su is for switching users generally, not just for switching to the root user

  • @Wyvernnnn
    @Wyvernnnn 18 дней назад

    The "stat" command is actually very useful because you should never use "ls" as part of a script ; If ls returns multiple filenames, there is no way to tell where the first one ends and the second one begins. Pathnames may contain any character except NUL. Including newlines. They can also start with a "-" character and be parsed as an option in the calling script. Just overall kinda dangerous
    Second, the ls utility may mangle filenames. Depending on which platform you're on and a variety of things, it may randomly decide to replace certain characters in a filename with "?", or simply not print them at all. Never try to parse the output of ls

  • @victortesla2935
    @victortesla2935 4 месяца назад +1

    His fav command is a differentiable with respect to time because it is a variable

  • @SbF6H
    @SbF6H 4 месяца назад

    26:29 Never knew there was a command named ‘pinky’ and it's already my favourite.

  • @higon99
    @higon99 4 месяца назад +1

    I felt so stupid to notice the ridiculousness of your premise until 2 min mark. Hat off to you finishing off 30 min long video which seems like a total waste of time. One day I'd LOVE to make the same kind of video. I may put all the commands to the S tier with the exception of `chcon` which I can't believe it belongs to the coreutils.
    Personally, `cat` and `dd` must be on SS tier for their versatility. `echo` is overrated as you can use `printf` instead. `install` is really important to know to avoid abusing `cp` and `chown`. And looking back to my career, `cut` and `mkfifo` are my favorites and secret weapons. They are the ones that differentiated myself from others.

  • @Wyvernnnn
    @Wyvernnnn 18 дней назад

    I took a shot everytrime he said "command" and now I'm dead

  • @xorlop
    @xorlop 4 месяца назад

    Now this is what I am talking about about!! 😎

  • @slycordinator
    @slycordinator 4 месяца назад

    Incidentally, nproc command doesn't exactly tell you how many CPUs you have, but how many "processing units" the system has, which are shown as being processors.
    It counts cores of a CPU along with threads per core (if it has hyperthreading) for the calculation of the number of processors.

  • @twl148
    @twl148 4 месяца назад

    "It might be useful if it matches your usecase" very profound

  • @ZombieJig
    @ZombieJig 4 месяца назад +5

    I guess vi, awk, sed, tr, jq are not core utils. For some reason I thought all this was core utils.

    • @flamingspinach
      @flamingspinach 4 месяца назад

      tr is, and it was even in the video

  • @nikolaikalashnikov4253
    @nikolaikalashnikov4253 4 месяца назад

    22:28 ...Bro, it's literally 5;00 in the morning: You can't do that to me when I'm going to bed because that really THREW ME FOR A LOOP.

  • @efkastner
    @efkastner 4 месяца назад

    I love everything about this! Nothing lower than “D” tier. Learning new (to me) commands. The already mentioned sorting hat. So far I do have one disagreement - `numfmt` is A tier. You should play with it a bit more, super useful for better human readable numbers than `ls -h`, and only slightly less useful now that `sort` has a human readable option (at least on my Mac)
    Edit: another disagreement. `cat` should be your first S+ tier utility

  • @acanorex
    @acanorex Месяц назад

    Ah man ! I was hoping to see readlink on the S tier. I use it quite frequently

  • @jeremyz0pt
    @jeremyz0pt 4 месяца назад

    I often use stat in supervising/cleaning/archiving scripts

  • @Winnetou17
    @Winnetou17 4 месяца назад

    No commands have been harmed in the making of this video.
    Did anyone count how many times the word "command" has been said ? Has to be in the 300s range :))

  • @caruccio
    @caruccio 4 месяца назад

    I'm at the md5sum command and believe you should have printed the command name in the video. The tags are way too small. Anyway, looks like a good video to learn new commands.

  • @ryann7760
    @ryann7760 4 месяца назад

    take a drink every time he says "command"

  • @rarbiart
    @rarbiart 4 месяца назад

    uptime is in my S tier, since it returns as well the 3 different system-load values.

  • @spicemasterii6775
    @spicemasterii6775 4 месяца назад +1

    No grep??
    No sed or awk either?

    • @Winnetou17
      @Winnetou17 4 месяца назад

      I don't think they're in the coreutils

  • @unitazer
    @unitazer 4 месяца назад

    I feel like im peter when he found a new game on his computer called calculator, didnt knew pretty much anythjng bellow b (except hash functions&arch)

  • @piekay7285
    @piekay7285 4 месяца назад

    The who command can be pretty useful. I use pam.d to automatically unlock my ZFS on my home NAS. When the user locks out I automatically decrypt the key by checking if the user is logged in once a minute

  • @RamkrishanYT
    @RamkrishanYT 4 месяца назад

    4:20 Nice 👍

  • @RenderingUser
    @RenderingUser Месяц назад +2

    He didn't put them all in S tier. How could he lie to us about his favourite Linux command

  • @ChrisCox-wv7oo
    @ChrisCox-wv7oo 4 месяца назад +1

    Video cuts short, not sure if it was an intentional cliffhanger or what.

    • @kebien6020
      @kebien6020 4 месяца назад

      I got you. At the end he says his favorite command, I was a bit surprised to know that his favorite was

  • @chrisscience6012
    @chrisscience6012 4 месяца назад

    You have a great sense of humor, you should consider streaming some games and chatting over the gameplay. Easy way to make lots of content

  • @debrucey
    @debrucey 4 месяца назад

    What a time we live in

  • @shizeeque
    @shizeeque 4 месяца назад

    the only tier list that is actually useful. I put it in the S-tier. :)