About 3,320,000 results
Open links in new tab
  1. how to print a folder listing in macOS 13.6 - Apple Support …

    Nov 14, 2023 · One way is to use the ls command in Terminal. Open Terminal, type "cd " (without the quotes, but with a space at the end; do NOT press enter); Drag and drop the desired folder …

  2. How to display directory tree in Mac Terminal - Code2care

    Apr 10, 2021 · How to display a directory tree on a Mac Terminal using tree command.

  3. Using a Mac Equivalent of Unix “tree” Command to View Folder

    Sep 9, 2016 · There are actually a few different ways to show a folder tree in the Terminal of Mac OS X, we’ll cover an easy tree equivalent achieved through an alias, as well as how to install …

  4. terminal - How can I export a list of files within a volume or folder ...

    Apr 11, 2021 · Drag the directory you want a listing of into the terminal window, then hit the enter key inside the terminal window; Inside the terminal window type ls >> ~/Desktop/listing.txt …

  5. 3 Ways To Print File Listings On Your Mac - MacMost.com

    Apr 3, 2019 · If you need to print the list of files in a folder, you can do it using TextEdit, the Terminal or by using a special trick involving your printer. Using TextEdit is a simple drag-and …

  6. 3 Ways To Easily Print Out The Contents Of A Directory Or Folder [Mac]

    Dec 28, 2024 · Here’s how you can use the Terminal to print out the contents of a directory or folder on your Mac: Open the Terminal by pressing Command + Space to open Spotlight, …

  7. OSX Terminal - export to csv list of files inside folder

    Sep 9, 2021 · I use this command in OSx Terminal to get a csv file with all filenames structured according to their paths, inside a folder: find 'folder' -type f -print | sed 's_/_,_g' > ~/filelist.csv …

  8. Printing the contents of a folder in MacO… - Apple Community

    Jan 7, 2025 · Here is a step by step: 1) Open Terminal. 2) Type "cd " (without quotes but with the trailing space); do NOT press enter yet. 3) Drag the folder from Finder and drop it on the …

  9. How to List Files and Directories in Mac Terminal - Tutorial Kart

    In this tutorial, we'll explore the commands necessary to list files and directories in Mac terminal, as well as more advanced options to filter, sort, and display your data in various formats.

  10. Three Ways To Print File Listings On Your Mac - UMA Technology

    Navigate to the directory you want to print the file listing for using the cd command. For example, if you want to print the file listing for your Documents folder, you would type cd Documents and …

Refresh