User Tools

Site Tools


os_cp:locate_find:solutions

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

os_cp:locate_find:solutions [2024/03/11 20:28] (current)
jkonczak utworzono
Line 1: Line 1:
 +<​html><​code></​html>​
  
 +|~~#​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|
 +
 +<​html></​code></​html>​
 +
 +
 +~~META:
 +language = en
 +~~
os_cp/locate_find/solutions.txt · Last modified: 2024/03/11 20:28 by jkonczak