aboutsummaryrefslogtreecommitdiff
path: root/doc/forum/Find_files_that_lack_a_certain_field_in_metadata.mdwn
blob: b0fe9ddaab5a35626dd33dc7367bbe5786d1ad20 (plain)
1
2
3
4
5
Is there any way to find all files that do not have a certain field assigned in metadata. E.g. I want to find all files that do not have an author field set and

    git-annex find --not --metadata "author=*"

doesn't give any results.