I have a PC and a Mac that I work with, but mostly I use the Mac.

Of course on the Mac, you can do a lot with the Terminal.app and Bash. For example, you can dump out a file listing into a text file:

ls *.cpp > ../implementation_files.txt

One Comment

Leave a Reply