Forrest logo
back to context overview

idnits

List of commands for idnits:

  • idnits:tldr:6c2dc idnits: Check a file for nits.
    $ idnits ${filename-txt}
    try on your machine
    explain this command
  • idnits:tldr:81d16 idnits: Assume the document is of the specified status.
    $ idnits --doctype ${select} ${filename-txt}
    try on your machine
    explain this command
  • idnits:tldr:9726e idnits: Show extra information about offending lines.
    $ idnits --verbose ${filename-txt}
    try on your machine
    explain this command
  • idnits:tldr:a44e6 idnits: Expect the specified year in the boilerplate instead of the current year.
    $ idnits --year ${2021} ${filename-txt}
    try on your machine
    explain this command
  • idnits:tldr:f1278 idnits: Count nits without displaying them.
    $ idnits --nitcount ${filename-txt}
    try on your machine
    explain this command
back to context overview