File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
reference/7.6/Microsoft.PowerShell.Management Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -73,8 +73,8 @@ Get-Clipboard -Delimiter "`r`n", "`n"
7373### -Delimiter
7474
7575Specifies one or more delimiters to use when the clipboard content is returned as an array of
76- strings. The contents of the clipboard are split at each occurrence of any of the specified
77- delimiters. If not specified, the default delimiter is the platform-specific newline .
76+ strings. The command splits the contents of the clipboard at each occurrence of any of the specified
77+ delimiters. If not specified, the default delimiter is ` [Environment.NewLine] ` .
7878
7979- On Windows, the default delimiter is `` "`r`n" `` .
8080- On Linux and macOS, the default delimiter is `` "`n" `` .
@@ -86,7 +86,7 @@ Aliases:
8686
8787Required : False
8888Position : Named
89- Default value : [Environment.NewLine]
89+ Default value : Platform specific newline
9090Accept pipeline input : False
9191Accept wildcard characters : False
9292` ` `
You can’t perform that action at this time.
0 commit comments