Jump to content

Verbose mode

From Wikipedia, the free encyclopedia

This is the current revision of this page, as edited by DrowssapSMM (talk | contribs) at 16:07, 11 November 2023 (Reverting edit(s) by 46.36.116.35 (talk) to rev. 1175814320 by Kvng: Vandalism (RW 16.1)). The present address (URL) is a permanent link to this version.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

In computing, Verbose mode is an option available in many computer operating systems and programming languages that provides additional details as to what the computer is doing and what drivers and software it is loading during startup or in programming it would produce detailed output for diagnostic purposes thus makes a program easier to debug.

When running programs in the command line, verbose output is typically outputted in standard output or standard error.

Many command line programs can be set to verbose mode by using a flag, such as -v or --verbose. Such a program is cURL.[1]

References

[edit]
  1. ^ curl(1) – Linux User Commands Manual