From d0838c65312375f173ee528a7f79ee53807a3875 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Thu, 26 Dec 2024 09:17:46 +0200 Subject: [PATCH] %: add page (#15227) --- pages/common/%.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages/common/%.md diff --git a/pages/common/%.md b/pages/common/%.md new file mode 100644 index 000000000..4916aad41 --- /dev/null +++ b/pages/common/%.md @@ -0,0 +1,28 @@ +# Percent sign + +> Manage jobs. +> More information: . + +- Bring the current job to front: + +`%` + +- Bring the previous job to front: + +`%-` + +- Bring a job numbered `N` to front: + +`%{{N}}` + +- Bring a job whose command starts with `string` to front: + +`%{{string}}` + +- Bring a job whose command contains `string` to front: + +`%?{{string}}` + +- Resume a suspended job: + +`%{{1}} &`