About 34,100,000 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. 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?

  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. Trying to use Tkinter throws Tcl error "Can't find a usable init.tcl"

    In case you are using a virtual environment on Windows, I have found a solution here. In a nuthsell: Copy the tcl/ folder from the Python root, e.g. C:/Python27/, to the root of the virtual environment, …

  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 to list all subdirectories in a directory - Stack Overflow

    Sep 4, 2011 · I'm working on a project and I need to list all subdirectories in a directory. For example, how could I list all the subdirectories in drive C:?

  7. Bash For-Loop on Directories - Stack Overflow

    Oct 25, 2010 · Bash For-Loop on Directories Asked 15 years, 2 months ago Modified 15 years, 2 months ago Viewed 67k times

  8. Command to list all files in a folder as well as sub-folders in windows

    Mar 11, 2015 · Without any arguments, dir only gives information about the files and directories in the current folder, but the OP wants the return to include files in subfolders as well.

  9. 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, 2 months ago Viewed 2.5m times

  10. How do I get only directories using Get-ChildItem?

    Jun 21, 2010 · I'm using PowerShell 2.0 and I want to pipe out all the subdirectories of a certain path. The following command outputs all files and directories, but I can't figure out how to filter out the files...