About 3,830,000 results
Open links in new tab
  1. How to move or copy files listed by 'find' command in unix?

    Jun 28, 2013 · Actually, you can process the find command output in a copy command in two ways: find <Path> <Conditions> | xargs cp -t <copy file path> find -mtime -1 -type f | xargs cp …

  2. Move Files Into One Directory in Linux With Find - How-To Geek

    If you want to move all files of a particular file type into a single directory, you can use the find command to do this easily in Linux. Run this command from the root directory of where you …

  3. How to Find a File in Linux | Find Command - GeeksforGeeks

    Apr 11, 2025 · The find command in Linux is a dynamic utility designed for comprehensive file and directory searches within a hierarchical structure. Its adaptability allows users to search by …

  4. Find Command in Linux (Find Files and Directories) | Linuxize

    Nov 19, 2020 · You can use the find command to search for files and directories based on their permissions, type, date, ownership, size, and more. It can also be combined with other tools …

  5. Unix command to find a file in a directory and subdirectory

    Dec 20, 2017 · Explains how to find files by name on a Linux, macOS, FreeBSD/OpenBSD and Unix-like system when you forgot file location on disk.

  6. Linux ‘find’ command: How to find and copy files

    Nov 27, 2017 · In short, here's the find command I used to find and copy all of those files: If you're familiar with the find command and have used the -exec option before, the only thing hard …

  7. Find files and directories on Linux with the find command

    Assume your Documents directory contains four files: Foo, foo, foobar.txt, and foo.xml. Here's a literal search for a file with the name "foo": You can broaden your search by making it case …

  8. Find Files and Directories in Linux Like a Pro

    Oct 6, 2021 · This guide will show you how to use “find” and “locate” commands to find files and directories on your Linux file systems. You want to access a specific file but can’t find it on …

  9. Using Find Command to Search for Files and Directories in Linux

    Mar 12, 2024 · To search for a file using find command, you need to speficy the directory where to search. For example, to search for a file called file.txt on the directory, /home/user. To …

  10. 25+ most used find commands in Linux [Cheat Sheet]

    May 19, 2024 · Use find command followed by . symbol to search for all files and directories in the current working directory. $ find . Sample Output: 2. Find files in the specific directory. To find …

  11. Some results have been removed
Refresh