diff --git a/pages/common/plocate.md b/pages/common/plocate.md new file mode 100644 index 0000000000..60f9864808 --- /dev/null +++ b/pages/common/plocate.md @@ -0,0 +1,13 @@ +# plocate + +> Find filenames quickly. +> Make sure to run `sudo updatedb` to include new files. +> More information: . + +- Look for patterns in the database (recomputed periodically): + +`plocate {{pattern}}` + +- Look for a file by its exact filename (a pattern containing no globbing characters is interpreted as `*pattern*`): + +`plocate */{{filename}}`