man cscope Command

Man page for apt-get cscope Command

Man Page for cscope in Linux

Ubuntu Man Command : man cscope

Man Cscope  Command

This tutorial shows the man page for man cscope in linux.

Open terminal with 'su' access and type the command as shown below:
man cscope

Result of the Command Execution shown below:

CSCOPE(1)                                                                                                                                                  CSCOPE(1)



NAME
cscope interactively examine a C program

SYNOPSIS
cscope [ bCcdehkLlqRTUuVv] [ Fsymfile] [ freffile] [ Iincdir] [ inamefile] [ 0123456789pattern] [ pn] [ sdir] [files]

DESCRIPTION
cscope is an interactive, screen oriented tool that allows the user to browse through C source files for specified elements of code.

By default, cscope examines the C (.c and .h), lex (.l), and yacc (.y) source files in the current directory. cscope may also be invoked for source files
named on the command line. In either case, cscope searches the standard directories for


Related Topics

Apt Get Commands