About 50 results
Open links in new tab
  1. command line - How to find a directory on linux? - Super User

    In case someone's wondering, the command in the question finds all directories (-type d) in the directory entry httpdocs (relative to the current working directory, usually but not necessarily a directory).

  2. linux - How can I search directories starting with a certain letter ...

    How can I search through directories starting with a certain letter with the Linux find command. For example I want to search all directories starting with the letter a for a file or directory starting with b.

  3. Finding a directory in a Linux Terminal - Super User

    Jul 25, 2011 · How can I find a particular directory in a terminal window in Linux? I think it involves using grep, but I'm not sure how.

  4. linux - How to find the largest directories or largest files ...

    Mar 5, 2015 · Under Linux, I'm looking for a command to list the largest file and/or the largest directories under a directory.

  5. How do I make "find" exclude the folder it searches in?

    The problem is that find returns the current directory (.) along with the other directories, so it deletes the processing folder as well as the subdirectories. A quick way to get around that would be to append …

  6. Location of WSL $Home directory (in Windows) - Super User

    Jun 25, 2023 · For WSL1, the Linux filesystem was stored as individual files in a rootfs directory (at the same location under AppData). However, the files are not meant to be accessed directly as they …

  7. Linux find folder inside subfolders - Super User

    Jul 2, 2014 · I don't know the exact path, or even if I have the exact spelling of the directory I want to find. Is there a Linux command to find directories with a given prefix or suffix, for example directories …

  8. linux - How to get the summarized sizes of directories and their ...

    Jul 12, 2010 · 456 Let's say I want to get the size of each directory of a Linux file system. When I use ls -la I don't really get the summarized size of the folders. If I use df I get the size of each mounted file …

  9. linux - How to check the directory size using find command? - Super User

    Sep 1, 2020 · I would like to list the directories which is having size more than 10MB. I tried the same using find command but find command is not giving result with size and type option. It is working with …

  10. linux - find and replace command for whole directory - Super User

    Aug 17, 2011 · Is there any command in Linux which will find a particular word in all the files in a given directory and the folders below and replace it with a new word?