Use find command linux to find file

From AcrodusWiki
Revision as of 08:48, 3 December 2024 by Alex (talk | contribs) (Created page with "Quick example if im being an idiot with the man pages. <pre> sudo find -type f -name "gtk4.pc" </pre>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Quick example if im being an idiot with the man pages.

sudo find -type f -name "gtk4.pc"