Skip to main content
added 1 character in body
Source Link
slm
  • 380k
  • 127
  • 793
  • 897

whyWhy not try this:

find / -name '*f*' -printf "%h\n" | sort -u 

?

why not

find / -name '*f*' -printf "%h\n" | sort -u 

?

Why not try this:

find / -name '*f*' -printf "%h\n" | sort -u 
Source Link

why not

find / -name '*f*' -printf "%h\n" | sort -u 

?