Forrest logo
back to context overview

kjv

List of commands for kjv:

  • kjv:tldr:0e699 kjv: Display books.
    $ kjv -l
    try on your machine
    explain this command
  • kjv:tldr:2b5eb kjv: Open a specific chapter of a book.
    $ kjv ${Genesis} ${2}
    try on your machine
    explain this command
  • kjv:tldr:47a37 kjv: Display all verses that match a pattern.
    $ kjv /${Plagues}
    try on your machine
    explain this command
  • kjv:tldr:4ee02 kjv: Open a specific book.
    $ kjv ${Genesis}
    try on your machine
    explain this command
  • kjv:tldr:53977 kjv: Display a specific range of verses of a book from different chapters.
    $ kjv ${Matthew} ${1}:${7}-${2}:${6}
    try on your machine
    explain this command
  • kjv:tldr:92af5 kjv: Open a specific verse of a specific chapter of a book.
    $ kjv ${John} ${3}:${16}
    try on your machine
    explain this command
  • kjv:tldr:b3a77 kjv: Display all verses that match a pattern in a specific book.
    $ kjv ${1Jn}/${antichrist}
    try on your machine
    explain this command
back to context overview