What command deletes all Safari bookmarks but leaves empty folder hierarchy to Safari?
There is none. You have to edit the Bookmarks.plist file
How about parsing plist somehow?
well you could parse through it removing the values you don’t want OR you could delete it and then write/copy a new/fresh one over. Just crack open one the way you want to see what the format is.
I havent never before parsed thru plist-file, so i’m wondering this. I want to remove all bookmarks and only left all emptied folders.
I tried to search 3rd party apps to do this, but didnt find anything.