I've been trying to come up with code to get a list of fonts installed on a Mac.
The attached VI seems to work OK, but I suspect it could be made more efficient with a fancier command line.
The file "Output from full command.txt" is the output I get from the System Exec.vi call in "Get MAC Fonts.vi"
The file "Output from system_profiler SPFontsDataType.txt" is what comes out when the command line is just "system_profiler SPFontsDataType".
Is anyone here familiar enough with the "cut" command to improve this?