Forrest logo
back to context overview

loc

List of commands for loc:

  • loc:tldr:2ef1f loc: Print lines of code with stats for individual files.
    $ loc --files
    try on your machine
    explain this command
  • loc:tldr:70a27 loc: Print lines of code in the target directory.
    $ loc ${path-to-directory}
    try on your machine
    explain this command
  • loc:tldr:ce04b loc: Print lines of code in the current directory.
    $ loc
    try on your machine
    explain this command
back to context overview