From 20bd65192d2f9675abab3bf9520f10f5aa427fa2 Mon Sep 17 00:00:00 2001 From: rozie Date: Thu, 8 Dec 2022 07:19:13 +0000 Subject: [PATCH] apt-file: update examples (#9073) * wajig: Polish translation added * Update pages.pl/linux/wajig.md * Update pages.pl/linux/wajig.md * Update pages.pl/linux/wajig.md * apt: add Polish translation * apt-file: Change samples/description to match together * Update pages/linux/apt-file.md Co-authored-by: Axel Navarro --- pages/linux/apt-file.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/linux/apt-file.md b/pages/linux/apt-file.md index 89dfba7f9..558293f68 100644 --- a/pages/linux/apt-file.md +++ b/pages/linux/apt-file.md @@ -9,12 +9,12 @@ - Search for packages that contain the specified file or path: -`apt-file {{search|find}} {{part/of/filename}}` +`apt-file {{search|find}} {{partial_path/to/file}}` - List the contents of a specific package: `apt-file {{show|list}} {{package_name}}` -- Search for packages that match the regular expression given in `pattern`: +- Search for packages that match the `regular_expression`: `apt-file {{search|find}} --regexp {{regular_expression}}`