Mastering file search in Linux with fd, a user-friendly alternative to the find command. Learn fd command examples for efficient file searching.
find command
- Linux CommandsCommand line utilitiesFAQLinuxLinux AdministrationLinux BasicsLinux DistributionsLinux Tips & TricksTips and TricksUnixUnix/Linux Beginners
Copy A File To Multiple Directories From Command Line On Linux
By skBy sk 16.5K viewsThis guide explains how to copy a file to multiple directories from command line using find, cp, echo, xargs and tee commands on Linux.
- Linux KernelLinuxLinux AdministrationLinux BasicsLinux CommandsLinux Tips & TricksUnix/Linux Beginners
Find When A Specific Linux Kernel Version Is Last Booted
By skYou should have installed or upgraded to many new Kernel versions over the time…
- Linux CommandsCommand line utilitiesLinuxLinux AdministrationLinux BasicsLinux Tips & TricksUnixUnix/Linux BeginnersUtilities
Different Ways To List Directory Contents Without Using ls Command In Linux
By skIn this tutorial, we will see different ways to list directory contents without using ls command in Linux and Unix-like systems.
- Linux CommandsFAQLinuxLinux AdministrationLinux BasicsLinux Tips & TricksTips and TricksUnix/Linux Beginners
How To Find Files Based On their Permissions In Linux
By skFinding files from command line in Linux is much easier and faster. We already…
- Linux CommandsLinuxLinux AdministrationLinux BasicsLinux Tips & TricksUnix/Linux Beginners
How To Find Files Bigger Or Smaller Than X Size In Linux
By skBy sk 192.2K viewsThis brief tutorial explains how to find files bigger or smaller than X size in Linux and Unix operating systems.
- Linux CommandsFAQLinuxLinux AdministrationLinux BasicsLinux Tips & TricksTips and TricksUnix/Linux Beginners
How To Find And Delete Files That Contains A Specific Text In Their Names In Linux
By skBy sk 23K viewsThis brief guide describes how to find and delete files that contains a specific text in their names in Linux using find command.
- Linux CommandsLinuxLinux BasicsLinux Tips & TricksUnix/Linux Beginners
How To Find The Oldest File In A Directory Tree In Linux
By skThe other day a fellow Linux user asked me how to find the oldest file…
- Linux CommandsCommand line utilitiesFAQLinuxLinux BasicsLinux Tips & TricksTips and TricksTrouble shootingUnix/Linux Beginners
How To Find and Copy Certain Type Of Files From One Directory To Another In Linux
By skBy sk 65.3K viewsMy external hard disk is a mess. Yeah because, I have dumped all files…
- Linux CommandsCommand line utilitiesFAQLinuxLinux BasicsLinux Tips & TricksTips and TricksTrouble shootingUnixUnix/Linux Beginners
How To Find And Delete Files Older Than X Days In Linux
By skThis brief guide describes how to find and delete files older than X days in Linux and Unix operating systems.