Skip to content
  • Home
  • About Us
  • Contact Us
  • Privacy Policy
  • Submit Linux Tip
Linux Shell Tips – The Best Linux Command Line Web Portal

find command examples

How to Find Files Based on Timestamp in Linux

Leave a comment

The find command in Linux is used to search for files and folders based on different parameters. These parameters can be the filename, size, type of file, etc. One such parameter is the timestamp of

How to Delete Files Older Than Specified Days in Linux

Leave a comment

As you might already know, we use the rm command in Linux to delete files and folders. The filenames to be deleted have to be passed as arguments to rm. However, rm does not offer

How to Fix /bin/rm: cannot execute [Argument list too long]

Leave a comment

The rm command is used in Linux to delete files and directories. It can be used to delete a few files by specifying each file name, or it can be used with the -r argument

How to Find and Delete Empty Directories in Linux

Leave a comment

Many times empty directories get cluttered in the Linux file system, and it becomes a difficult task to manually search for and delete each of them. The command rmdir (remove directory) is used in Linux

How to Exclude Specific File Extension While Copying Files Recursively

Leave a comment

As you might already know, ‘cp’ is the command line program in Linux to copy files and directories. The simple and most common use of ‘cp’ is as follows: $ cp file1 file2 file3… fileN

How to Remove Files with Specific Extension in Linux

Leave a comment

To remove files with a specific extension, we use the ‘rm‘ (Remove) command, which is a basic command-line utility for removing system files, directories, symbolic links, device nodes, pipes, and sockets in Linux. The command

How to Exclude a Directory While Finding Files in Linux

Leave a comment

In Linux, the find command is used to search for files or folders from the command line. It is a complex command and has a large number of options, arguments, and modes. The most common

How to Copy Files with Specific File Extension Recursively

Leave a comment

In Linux, the command ‘cp‘, which standards for ‘Copy‘ is used to copy files and folders to another folder. It is available by default in Linux as part of the GNU Coreutils set of tools.

How to Copy Large Number of Files in Linux

Leave a comment

We use the cp command in Linux to copy files and directories from one directory to another. It can be simply used to copy a few files or directories, or it can be used with

How to Move Large Number of Files in Linux

Leave a comment

To move files from one directory to another, the ‘mv‘ command is used in Linux. This command is available in Linux by default and can be used to move files as well as directories. The

Join Linux Shell Tips

Join LinuxShellTips Follow LinuxShellTips on Twitter Follow LinuxShellTips on Reddit Follow LinuxShellTips on Linkedin Follow LinuxShellTips on Instagram Follow LinuxShellTips via RSS Feed Join LinuxShellTips Telegram Channel Follow LinuxShellTips on Tumblr

Buy Me A Coffee

Linux Command Line Tips

How to Redirect Output to /dev/null in Linux

How to Exclude Specific File Extension While Copying Files Recursively

How to Run a Python Script in PHP

How to Send An Email With File Attachment from Command Line

How to Find What IP Addresses are Connected to Linux

How to Extract Email Addresses from Text File in Linux

How to Find Ubuntu System Reboot Date and Time

How to Convert Raw Camera Image to JPEG in Linux

How to Find and Close Open Ports in Linux

How to Join Two Text Files in Linux

Linux Shell Tips © 2021. All Rights Reserved.

The material in this site cannot be republished either online or offline, without our permission.

Hosting Sponsored by : Linode Cloud Hosting

Scroll back to top