cscope package is used for the searching in the whole project.
For making the file we have to ::
For making the file we have to ::
find . -name '*.[ch]' > cscope.files //It include the .c file and .h file both
cscope -b CSCOPE_DB=cscope.out; export CSCOPE_DB
thats it for that we have to alredy install the cscope package in the system.
commands :: ** uname- It is used for the get all the information of the system like the versoin , processor, releasel, O.S,Node,etc. ex: uname -a : it will give all the information of the system. uname -v,r,n,s,o etc..
-----------------------------------------------------------------
links Imp
1.http://principialabs.com/beginning-ssh-on-ubuntu/ (for the ssh login remotly)
No comments:
Post a Comment