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

preview_player
Показать описание
fd is a Linux program to find entries in your filesystem. It is a simple, fast and user-friendly alternative to find. In this video, we'll show you how to install fd on your system, and go over some basic examples of how to use fd in the command line.

Chapters:
0:00 - Intro
1:19 - fd Github page
2:55 - Updating your System and Installing fd
4:26 - Setting up the fd Binary
6:30 - Accessing fd Help
7:43 - Using fd
9:00 - Searching in Different Directories
10:03 - Searching for Extensions
11:15 - Narrowing Searches
12:27 - Searching for Specific Files
13:22 - Searching for Hidden Files
14:34 - Executing Commands Using fd
18:00 - Outro

#Linode #CommandLine #FindLinux #Linux
Product: Linode, fd Command, Open Source; KeepItTechie;
Рекомендации по теме
Комментарии
Автор

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

CyperN
Автор

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``

xrafter
Автор

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

domukaz
Автор

Thanks! Great explanation. It is really useful.

jdevcast
Автор

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

richtraube
Автор

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

nytetg
Автор

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?

johnlinley