Skip to content

Instantly share code, notes, and snippets.

@gabrielrojasnyc
Created March 27, 2016 20:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gabrielrojasnyc/ade9f8e75d2a3fdf4e7a to your computer and use it in GitHub Desktop.
Save gabrielrojasnyc/ade9f8e75d2a3fdf4e7a to your computer and use it in GitHub Desktop.
createFile
1..10000 | foreach {
$_ | out-file C:\Scripts\sample1.txt -Append
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment