From 614ebd11c55d4c3aee4c406894b9dcaae28bbd25 Mon Sep 17 00:00:00 2001 From: Ross Scroggs Date: Mon, 14 Apr 2025 15:48:15 -0700 Subject: [PATCH] Update Command-Line-Parsing.md --- wiki/Command-Line-Parsing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wiki/Command-Line-Parsing.md b/wiki/Command-Line-Parsing.md index 83a63bce..21eec47d 100644 --- a/wiki/Command-Line-Parsing.md +++ b/wiki/Command-Line-Parsing.md @@ -57,10 +57,10 @@ Typically, you will enclose the entire list in double quotes and quote each item * ```"item item item"``` - Items, separated by commas, with spaces, commas or single quotes in the items themselves * ```"'it em','it,em',\"it'em\""``` - Linux, MacOS, Windows Command Prompt - * ```"'it em','it,em',`"it'em`""``` - Windows Power Shell + * ```"'it\ em','it,em',`"it\'em`""``` - Windows Power Shell - Items, separated by spaces, with spaces, commas or single quotes in the items themselves * ```"'it em' 'it,em' \"it'em\""``` - Linux, MacOS, Windows Command Prompt - * ```"'it em' 'it,em' `"it'em`""``` - Windows Power Shell + * ```"'it\ em' 'it,em' `"it\'em`""``` - Windows Power Shell Typical places where these rules apply are lists of OUs and Contact Groups.