A ArthurDaley macrumors regular Original poster Feb 29, 2008 159 0 Apr 10, 2008 #1 I need a text file containing a directory listing so I figured I could do an ls and pipe that to a text file. I am new to the Mac and don't know how to change partition (same h/drive) to the one I wish to list at the command line! help, tks
I need a text file containing a directory listing so I figured I could do an ls and pipe that to a text file. I am new to the Mac and don't know how to change partition (same h/drive) to the one I wish to list at the command line! help, tks
Z zaney macrumors regular Apr 6, 2008 105 0 Middle of a field, UK Apr 10, 2008 #2 All drives are contained under /Volumes/ so: /Volumes/Partition1name /Volumes/Partition2name ...etc Just do an ls under /Volumes and you'll see what I mean
All drives are contained under /Volumes/ so: /Volumes/Partition1name /Volumes/Partition2name ...etc Just do an ls under /Volumes and you'll see what I mean