Split large text files into multiple small files. This program splits a large file into multiple small files each containing specified number of lines. Command line parameters are: -fname filename the file name to split. For example: webserver.log (You will get files like webserver_1.log, webserver_2.log, ... ) -numlines anumber Number of lines in each split file. Default is 10000 lines per file. FileSplit command splits a large file into multiple smaller files for ease of use and transmission. Resulting files are easier to open in text editors and send via email. Bestcode is pleased to provide the following file utilities to make bulk processing of files easier through simple, scriptable command line utilities and powerful regular expression functionality when needed. Dos2Unix command line program converts carriage return, line feed pairs (\r\n) to line feeds (\n) and places the output files in a separate directory if such directory is specified. The file size must be small enough to fit in available memory. Unix2Dos command line program converts line feeds (\n) to carriage return, line feed pairs (\r\n) and places the output files in a separate directory if such directory is specified. The file size must be small enough to fit in available memory. Replaceregex command line program finds a given string in a batch of files, replaces them with another string and places the output files in a separate directory if such directory is specified. The file size must be small enough to fit in available memory. RenameRegex command line program renames files whose name matches a regular expression places the output files in a separate directory if such directory is specified. FileLineFilterRegex command line program eliminates text lines from text files based on regular expression patterns. This program removes all lines which does not match a regular expression from text files places the output files in a separate directory if such directory is specified. The file size must be small enough to fit in available memory. Bestcode File Utilities Pack comes as a zip file. For more information, please visit http://www.bestcode.com