0
votes
Changing font tracking in Cocoa
I don't think font tracking is an exposed property for text layout with attributed strings.
You could perhaps use the available expansion attribute on whitespace, and manua …
2
votes
Shell Script that goes up N folders in the file system
You are only changing the working directory for the copy of the shell that is running the script as an interpreter, not the original shell program that you launched the script from.
For a b …
