I am looking for a way to find all Aliases which link to the "OneDrive-MyCompany" folder in ~/Library/CloudStorage
When I use
mdfind -name "OneDrive-MyCompany"
It only finds the original folder but not the Alias which is in "$HOME".
mdfind "kMDItemKind == 'Alias'"
Does not show any output ...