Forrest logo
back to context overview

scc

List of commands for scc:

  • scc:tldr:1a110 scc: Display output and sort by column (defaults to by files).
    $ scc --sort ${select}
    try on your machine
    explain this command
  • scc:tldr:34556 scc: Print lines of code in the target directory.
    $ scc ${path-to-directory}
    try on your machine
    explain this command
  • scc:tldr:3b81c scc: Display output for every file.
    $ scc --by-file
    try on your machine
    explain this command
  • scc:tldr:3df9f scc: Display output using a specific output format (defaults to `tabular`).
    $ scc --format ${select}
    try on your machine
    explain this command
  • scc:tldr:8ca9a scc: Only count files with specific file extensions.
    $ scc --include-ext ${go, java, js}
    try on your machine
    explain this command
  • scc:tldr:957f8 scc: Exclude directories from being counted.
    $ scc --exclude-dir ${-git,-hg}
    try on your machine
    explain this command
  • scc:tldr:9c945 scc: Print lines of code in the current directory.
    $ scc
    try on your machine
    explain this command
  • scc:tldr:f3760 scc: Print help for scc.
    $ scc -h
    try on your machine
    explain this command
back to context overview