CommandLine Icon

CommandLine 2.6

Developed by - Java, Linux, Mac OS, Unix, Windows - setup file commandline26.zip (0.74 MB) - Freeware
Select a download mirror:

MD5: 3420fff99dd49c24322bd3b63f1e1798

All files are original. Download3K does not repack or modify downloads in any way. Check MD5 for confirmation.

Developer Description

"CommandLine parses the command line"

CommandLine parses the command line for a description of a
set of files and converts it into a list of individual files
to process.

CommandLine does nothing by itself. It is library code you
can incorporate into your own Java programs like this:

CommandLine wantedFiles = new CommandLine( args,
new AllDirectoriesFilter() /* which directories to include */,
new ExtensionListFilter( "java" ) /* which file extensions to include */);

// iterate through all the files in the collection.
for ( File file : wantedFiles )
{
System.err.println( file.getCanonicalPath() );
}// end for

On the command line, you can specify a list of individual
files, mixed with a list of directories.

If you use the -s switch in includes all the files in all
the recursive subdirectories.

Why that apple tree icon? It represents a tree of various
types of files, from which you pick some.

Requirements: Java 1.7+

What's new in this version: Split off from Filter package, now uses much less RAM.

Antivirus information

Download3K has downloaded and tested CommandLine on 14 May 2017 with some of Today's best antivirus engines and you can find below, for your convenience, the scan results:
  • Avast:

    Clean
  • Avira:

    Clean
  • Kaspersky:

    Clean
  • McAfee:

    Clean
  • NOD32:

    Clean
CommandLine Antivirus Report
User rating
1.5/5 (2 votes)
Poor
Your rating