About 50 results
Open links in new tab
  1. What is the difference between a directory and a folder?

    Jul 16, 2021 · What is the relationship between folders and directories? Some people believe that Windows 95 renamed directories to folders, but it's actually more than that. Windows Explorer lets …

  2. Diff files present in two different directories - Stack Overflow

    Nov 9, 2012 · I have two directories with the same list of files. I need to compare all the files present in both the directories using the diff command. Is there a simple command line option to do it, or do I h...

  3. Listing only directories using ls in Bash? - Stack Overflow

    Actual ls solution, including symlinks to directories Many answers here don't actually use ls (or only use it in the trivial sense of ls -d, while using wildcards for the actual subdirectory matching.

  4. How do I recursively grep all directories and subdirectories?

    Feb 16, 2016 · How do I recursively grep all directories and subdirectories? Asked 16 years ago Modified 2 years, 3 months ago Viewed 2.5m times

  5. c++ - What is the difference between "Include Directories" and ...

    Aug 18, 2015 · VC++ Directories: Include Directories this value is inherited from the INCLUDE Windows environment variable which is defined outside of Visual Studio environment variables can be: global …

  6. How can I hide specified files/directories (e.g., .git) in the sidebar ...

    In Visual Studio Code, what setting can be configured, using file patterns, to hide files from view in the sidebar's file-explorer? I would like to hide certain groups of files, like .meta and .git...

  7. shell - Listing only directories in UNIX - Stack Overflow

    Sep 8, 2010 · I want to list only the directories in specified path (ls doesn't have such option). Also, can this be done with a single line command?

  8. How to exclude certain directories/files from a Git grep search

    May 30, 2025 · 209 Is there a way to exclude certain paths/directories/files when searching a Git repository using git grep? Something similar to the --exclude option in the normal grep command? I …

  9. Ignoring directories in Git repositories on Windows

    How can I ignore directories or folders in Git using msysgit on Windows?

  10. How can I Git ignore subfolders / subdirectories? - Stack Overflow

    The difference is that the .gitignore file will follow the code, so it applies everywhere. Whereas the exclude file is local to only your repository, meaning it only applies for that specific repository. Unless …