Document -Delimiter
& -NoTrailingDelimiter
parameters for Set-Content/Add-Content
cmdlets
#11567
Open
2 tasks done
Labels
hold-for-pr
Waiting - for PR merge
hold-for-release
Waiting - for next release
issue-doc-idea
Issue - request for new content
Prerequisites
Get-Foo
cmdlet" instead of "New cmdlet."Summary
Added new parameters to Set-Content/Add-Content cmdlets so a user can specify their own delimiters when writing to files.
We will need to document new parameters
-Delimiter
and-NoTrailingDelimiter
parameters to show new behaviour.Details
Example 1
Write contents to file using delimiters:
Example 2
Write contents to file using comma delimiter and remove trailing delimiter:
Articles
Related Source Pull Requests
-Delimiter
&-NoTrailingDelimiter
parameters toSet-Content/Add-Content
cmdlets PowerShell/PowerShell#24648Related Source Issues
The text was updated successfully, but these errors were encountered: