This is the script of a .bat file that I run to produce a simple text log of the files that I have on a Windows drive:
Code:G:
dir /o/s >> G:\Me.txt
Echo ================================================= >> G:\Me.txt
Is there something similar that I can run on Apple OS?