Name | Modified | Size | Downloads / Week |
---|---|---|---|
Add-numbers1_src | 2016-07-07 | ||
Add-numbers1 | 2016-07-07 | ||
readme.txt | 2016-07-07 | 1.4 kB | |
Totals: 3 Items | 1.4 kB | 0 |
<add-numbers1-ver1.1.0.exe> version 1.1.0 (updated on July 7, 2016) This C++ console application is to put a line number to each line of the input file. The processed file prefixed with 'numbered_' is put in the newly created folder named 'numbered-files'. Usage: add-numbers1-ver1.1.0.exe <input file> //////////////////////////////////////////////////////////////////////////////// <add-numbers1-ver1.0.1.exe> version 1.0.1 This program is to put a line number to each line of the input file. The processed file with the name added by 'numbered_' is put in the same folder of the exe-file. Usage: Add-numbers1-ver1.0.1.exe <input file> /////////////////////////////////////////////////////////////////////////////// This project is a memo as a fragment of the future utility applications. (C) Takao Inoue, Licence: LGPLv3 2016.6.28. ////////// Note: 1. July 5, 2016: Among some minor modifications, the source code was added one line for a batch processing (for example, for %i in (*.txt) do add-numbers1-ver1.0.1.exe %i). 2. July 7, 2016: Among some minor modifications, the source code was revised in order to put the nunmbered file in the newly created folder named 'numbered-files". This revision prevents the application from unnecessary processing, especially in a batch processing, and the usability gets better.