Skip to content
  • Home
  • About Us
  • Contact Us
  • Privacy Policy
  • Linux Download
    • CentOS Stream 9
    • Debian Linux
      • Debian 11
    • RHEL Linux
      • RHEL 9.0
      • RHEL 8.5
    • Rocky Linux
    • AlmaLinux
      • AlmaLinux 9.0
      • AlmaLinux 8.5
    • Kali Linux
    • Manjaro Linux
    • Ubuntu Linux
      • Ubuntu 22.04
  • Linux Virtualization
    • VirtualBox
    • Vagrant
  • We are Hiring!
Linux Shell Tips – The Best Linux Command Line Web Portal

find command examples

How to Work with Hardlinks and Softlinks in Linux

Leave a comment

Hardlinks and Softlinks are important concepts to understand when you are working in a Unix-like environment. In this article, we will discuss what is the hard link and soft link and how to create them

How to Find Files Based on Timestamp in Linux

1 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. [ You might also like: How to

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

7 Comments

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

2 Comments

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

Post navigation
Older posts
1 2 Next →

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

VirtualBox Getting Started Guide

Linux Command Line Tips

How to Clear Apt Cache in Debian, Ubuntu and Linux Mint

How to Check Your Server Load in Linux

How to Work with Hardlinks and Softlinks in Linux

How to Change Open File Limit in Linux

How to Copy Large Number of Files in Linux

How to Download Files with Wget Command in Linux

How to Download Files from Remote Linux Servers

How to Create 100% CPU Load on Linux System

How to Run Multiple Linux Commands in One Single Command

How to Send An Email With File Attachment from Command Line

Linux Commands

Linux Tips

Linux Tools

Linux Shell Tips © 2022. 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