The Modern UNIX command "fd" replaces the "find" command with a twist

Поділитися
Вставка
  • Опубліковано 3 жов 2024

КОМЕНТАРІ • 11

  • @xrafter
    @xrafter 2 роки тому +2

    For the fdfind -> fd.
    You could just avoid fd at all and alias find to fdfind.
    Sp if you want to run fdfind you type `find`
    And if you find you type ``\find`` or ``command find``

  • @CyperN077
    @CyperN077 2 роки тому

    Thanks for posting. I picked up something I was missing on Debian, now my script runs as it should. Keep the videos coming bruv...

  • @domukaz
    @domukaz 2 роки тому

    The modern-unix programs look cool! Thanks for making this video.

  • @josephgrasso6802
    @josephgrasso6802 2 роки тому

    Awesome teaching Josh, thank you!

  • @jdevcast6527
    @jdevcast6527 2 роки тому

    Thanks! Great explanation. It is really useful.

  • @richtraube2241
    @richtraube2241 2 роки тому

    Seems simpler to use than find for typical uses such as running commands on each found file. I'll give it a try.

  • @nytetg434
    @nytetg434 2 роки тому

    Hey bro… I’m sure all of this is great, BUT NICE HAT!!!!

  • @johnlinley2702
    @johnlinley2702 2 роки тому

    If we have a better code for find, why not update the find command? why not update ifconfig? or netstat? Why rename everything and have to update our scripts and memory?

    • @davejones2377
      @davejones2377 5 місяців тому

      They do update the find command. find is a POSIX standard.
      ifconfig and netstat are not.