This finds a large number of files that are under various subdirectories of "Dropnot"
$ locate Dropnot
Can I find just the directory location with locate? (which directory "Dropnot" is in)
So if Dropnot is in /home/me/, that's the only entry that gets returned.
If so, what's the simplest / shortest way ?
Preferably through a flag or symbol rather than piping out and greping for it, etc, but I'd take anything as an option.
Maybe some sort of Dropnot$ for end of line? (but didn't work).