Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

copy contents of multiple files to one file powershell

Get-ChildItem d:scripts -include *.txt -rec | ForEach-Object {gc $_; ""} | out-file d:scripts	est.txt
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #copy #contents #multiple #files #file #powershell
ADD COMMENT
Topic
Name
3+4 =