|~~#5~~|locate '*/bin' \\ locate -b '\bin' \\ locate -r '/bin$' \\ locate -b -r '%%^%%bin$'| |~~#~~|locate '*/icons/*pause*' \\ locate --all /icons/ pause \\ …| |~~#~~|locate '*[*' \\ locate -r '\['| |~~#9~~|find /srv /var/lib/zypp| |~~#~~|find ~ -name "*.xml"| |~~#~~|find ~ -size 0 \\ find ~ -empty | |~~#~~|find -L /usr/include -size -32c -exec cat \{\} \; \\ # the switch -L follows symlinks| |~~#~~|find / -user //student// ! -path '/home/%%%%//student//%%%%/*' \\ find / -user //student// ! -path ~'/*'| |~~#~~|find ~ ! -perm -g+r| ~~META: language = en ~~