From 78119c59cf2debddfbc12b6976bad5356081569b Mon Sep 17 00:00:00 2001 From: dinaisrael <116154742+dinaisrael@users.noreply.github.com> Date: Tue, 20 Dec 2022 03:48:16 +0200 Subject: [PATCH] assoc: add `| more` example (#9314) --- pages/windows/assoc.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/windows/assoc.md b/pages/windows/assoc.md index 22f686e4ac..18780496d0 100644 --- a/pages/windows/assoc.md +++ b/pages/windows/assoc.md @@ -14,3 +14,7 @@ - Set the associated file type for a specific extension: `assoc .{{txt}}={{txtfile}}` + +- View the output of `assoc` one screen at a time: + +`assoc | {{more}}`