find is the basic Unix command used to search files recursively under a directory tree. It is default available in…
Browsing: command
du is the short of disk uses. Which means the du command calculates the size on disk used by a…
In the world of Linux, the date command is an essential tool for managing and manipulating system dates and times.…
The Ubuntu operating system is a good alternative for Windows and macOS users. It is an open-source operating system available…
Curl is a command-line tool used for transferring data between servers. It’s not just for downloading files; curl is also…
If you’re looking for files that are larger than 10MB, 100MB or 1GB, the find command can be very helpful.…
The find command is a versatile utility in Linux that allows you to search for files and directories based on…
In this tutorial you will learn, how to create shortcut commands on Linux. This is you can say a short…
The cp command is used to copy files from one directory to another directory. Some times you are required to…
Question – How do I sort du -h command output by there sizes? In the GNU Coreutils >= 7.5 package,…