From 0a824f10c8feac1dd9401cdf5d4b97b8173b52f9 Mon Sep 17 00:00:00 2001 From: Malin Freeborn Date: Thu, 30 Apr 2026 20:12:59 +0200 Subject: [PATCH] cmd: rephrase text for shell formatting --- command.rec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/command.rec b/command.rec index 321f05d..a05df57 100644 --- a/command.rec +++ b/command.rec @@ -243,8 +243,8 @@ cmd: grep -o "\b${word}\b" ${file} bin: grep tag: search -aim: Reformat variable for shell input -cmd: printf "%q\n" "${variable}" +aim: Reformat text for shell input +cmd: printf "%q\n" "${text}" bin: printf tag: xargs tag: stdout