number_lines

A simple version of the unix 'nl' program.

This program is a simpler version of the unix 'nl' (number lines) program. It reads text from files or standard input and adds a line number to each line.

Copyright (c) 2015-2018, eBay Software Foundation Initially written by Jon Degenhardt

Members

Functions

main
int main(string[] cmdArgs)
Undocumented in source. Be warned that the author may not have intended to support it.
numberLines
void numberLines(NumberLinesOptions cmdopt, string[] inputFiles)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

NumberLinesOptions
struct NumberLinesOptions

Container for command line options.

Variables

helpText
auto helpText;
Undocumented in source.

Meta