About 1,680,000 results
Open links in new tab
  1. How to export a directory list from command prompt?

    I have a folder full of media that I want to export to a list (csv, doc, xml, whatever...). When I navigate in Command Prompt to that folder, I can use dir to display the files in that directory.

  2. How do I list files with full paths in Linux? - Super User

    Jan 3, 2013 · In Linux, is there an equivalent to Dir /s /a /b where the full path and filename is listed? I'm new to Linux, and without a GUI, I want to get an idea of the structure of what's on …

  3. networking - Connection to FileZilla FTP server works, but …

    Jun 21, 2016 · 14 I am trying to set up a local FTP server in my house. Whenever I connect to the account on the computer that hosts the server, everything works, but when I try connecting on …

  4. windows - What are "." and ".." in a directory? - Super User

    The . is the current directory, while .. signifies the parent directory. It makes things quicker at the command line as well so you don't need to type out full paths. example: go up 2 directories: cd …

  5. Directory Listing includes Date Modified, File Size into text file ...

    Jan 27, 2015 · I want to list an entire drive's (Z:) directories, subdirectories, and files in a single text file with all the dates and the file sizes. I can then open the file inside Excel. I am currently …

  6. windows - Create file/folder list - Super User

    Jul 19, 2009 · Is there a fast way to output list of files and folders in folder in Windows XP/Vista in text file? How?

  7. How to list files inside of a ZIP file? - Super User

    Jan 21, 2025 · I've got ~50 zip files, each containing a similar directory structure but with different files inside. Is there a way I can easily dir the contents of those zips? I'm interested in creating …

  8. How to copy a list of file names to text file? - Super User

    Jul 28, 2014 · How can I copy the names of files in a directory to a text file or to a clipboard?

  9. Create XLS or CSV from file names in folder on Windows?

    Jul 9, 2014 · I have a few hundred files in a folder on a Windows 7 machine. Is there a way to generate an XLS, or CSV file from the file names in the folder? A text file is fine as well; Just …

  10. linux - How to list folders using bash commands? - Super User

    Sep 14, 2011 · Is there any way to list just the folders in a directory using bash commands? ( as the ls command lists all the files and folders )