
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 machineexplain this command
-
scc:tldr:34556 scc: Print lines of code in the target directory.$ scc ${path-to-directory}try on your machineexplain this command
-
scc:tldr:3b81c scc: Display output for every file.$ scc --by-filetry on your machineexplain this command
-
scc:tldr:3df9f scc: Display output using a specific output format (defaults to `tabular`).$ scc --format ${select}try on your machineexplain this command
-
scc:tldr:8ca9a scc: Only count files with specific file extensions.$ scc --include-ext ${go, java, js}try on your machineexplain this command
-
scc:tldr:957f8 scc: Exclude directories from being counted.$ scc --exclude-dir ${-git,-hg}try on your machineexplain this command
-
scc:tldr:9c945 scc: Print lines of code in the current directory.$ scctry on your machineexplain this command