home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


cb

cb [options ] [files ]

C program "beautifier" that formats files using proper C programming structure.

Options

-j

Join split lines.

-l length

Split lines longer than length .

-s

Standardize code to style of Kernighan and Ritchie in The C Programming Language .

-V

Print the version of cb on standard error.

Example

cb -l 70 calc.c > calc_new.c


Previous: Reference: cat UNIX in a Nutshell: System V Edition Next: Reference: cc
Reference: cat Book Index Reference: cc

The UNIX CD Bookshelf NavigationThe UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System