Split a file by numbers of lines: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

18 February 2025

17 February 2025

  • curprev 15:1915:19, 17 February 2025Jlambert talk contribs 1,829 bytes +44 No edit summary
  • curprev 15:1915:19, 17 February 2025Jlambert talk contribs 1,785 bytes +26 No edit summary
  • curprev 15:1815:18, 17 February 2025Jlambert talk contribs 1,759 bytes +1,759 Created page with "This script will split large files by number of lines. Place the files you wish to split in the source folder and adjust the number of lines you want it to split by and run. <pre> <# .SYNOPSIS .DESCRIPTION This script will get a list of all files in the "Files_to_split folder" then loop through each file and split every XXX numbers of lines (set in the config) .EXAMPLE .OUTPUTS .NOTES #> # Config $FilesToSplitDir = "Files_to_split\" $SplitFilesDir = "Split_files..."