Comment 2 for bug 1748630

Revision history for this message
Oliver Grawert (ogra) wrote :

this should be easily achievable via:

find /snap/*/current/ | grep <search term>

(or using the -name option to the find command instead of piping to grep)