indent
Verified for current stable LTS
Indent Command: Format Source Berkeley Style
Use for format source berkeley style with Indent. Exact CLI syntax to format source berkeley style using Indent.
When to use this: Use for format source berkeley style with Indent.
Command Syntax
indent <path/to/source_file.c> <path/to/indented_file.c> -nbad -nbap -bc -br -c33 -cd33 -cdb -ce -ci4 -cli0 -di16 -fc1 -fcb -i4 -ip -l75 -lp -npcs -nprs -psl -sc -nsob -ts8 indent <path/to/source_file.c> <path/to/indented_file.c> -nbad -nbap -bc -br -c33 -cd33 -cdb -ce -ci4 -cli0 -di16 -fc1 -fcb -i4 -ip -l75 -lp -npcs -nprs -psl -sc -nsob -ts8 Live Command Builder
Final Command
indent <path/to/source_file.c> <path/to/indented_file.c> -nbad -nbap -bc -br -c33 -cd33 -cdb -ce -ci4 -cli0 -di16 -fc1 -fcb -i4 -ip -l75 -lp -npcs -nprs -psl -sc -nsob -ts8 Command Breakdown
-nbad- Command Option
- Tool-specific option used by this command invocation.
-nbap- Command Option
- Tool-specific option used by this command invocation.
-bc- Command Option
- Tool-specific option used by this command invocation.
-br- Command Option
- Tool-specific option used by this command invocation.
-c33- Command Option
- Tool-specific option used by this command invocation.
-cd33- Command Option
- Tool-specific option used by this command invocation.
-cdb- Command Option
- Tool-specific option used by this command invocation.
-ce- Command Option
- Tool-specific option used by this command invocation.
-ci4- Command Option
- Tool-specific option used by this command invocation.
-cli0- Command Option
- Tool-specific option used by this command invocation.
-di16- Command Option
- Tool-specific option used by this command invocation.
-fc1- Command Option
- Tool-specific option used by this command invocation.
-fcb- Command Option
- Tool-specific option used by this command invocation.
-i4- Command Option
- Tool-specific option used by this command invocation.
-ip- Command Option
- Tool-specific option used by this command invocation.
-l75- Command Option
- Tool-specific option used by this command invocation.
-lp- Command Option
- Tool-specific option used by this command invocation.
-npcs- Command Option
- Tool-specific option used by this command invocation.
-nprs- Command Option
- Tool-specific option used by this command invocation.
-psl- Command Option
- Tool-specific option used by this command invocation.
-sc- Command Option
- Tool-specific option used by this command invocation.
-nsob- Command Option
- Tool-specific option used by this command invocation.
-ts8- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to format source berkeley style using Indent.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Indent Command: Format Source Gnu Style Save To Different File
indent -gnu <path/to/source.c> -o <path/to/indented_source.c> Indent Command: Format Source Knr Style indent <path/to/source_file.c> <path/to/indented_file.c> -nbad -bap -nbc -br -c33 -cd33 -ncdb -ce -ci4 -cli0 -cs -d0 -di1 -nfc1 -nfcb -i4 -nip -l75 -lp -npcs -nprs -npsl -nsc -nsob Indent Command: Format Source Kr Style No Tabs 3 Spaces Wrap 120 indent -kr -il3 -nut -l120 <path/to/source.c> -o <path/to/indented_source.c> Indent Command: Format Source Linux Style With Backup indent -linux <path/to/source1.c path/to/source2.c ...>