Command Line Interface (CLI)-based Tool
(Redirected from Command-line Tool)
Jump to navigation
Jump to search
A Command Line Interface (CLI)-based Tool is a software utility that accepts command-line interface inputs.
- Context:
- It can (typically) include a CLI-based Program Input Processor.
- …
- Example(s):
- a CLI-based Editor, such as vim, emacs, ...
- a CLI-based Perl Program.
- a CLI-based Scala Program.
- a CLI-based REPL.
- a CLI-based SQL Shell, such as mysql.
- scp, s3cmd, ...
- diff.
- …
- Counter-Example(s):
- See: R Program, Unix Shell Script.