Can ctag and cscope support recording search results and displaying the history results ?


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Can ctag and cscope support recording search results and displaying the history results ?
# 1  
Old 11-25-2011
Can ctag and cscope support recording search results and displaying the history results ?

Hello ,
When using vim, can ctag and cscope support recording search results and displaying the history results ? Once I jump to one tag, I can use :tnext to jump to next tag, but how can I display the preview search result?
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. What is on Your Mind?

Search Results (Search, New, and Today's Topics) Animation Switch

Hey, I added an animation switch on the search results page; so by default the thread previews are off, but if you want to look at them, just click on the green button and the thread previews will turn on (and back off). See image and attached animation: ... (1 Reply)
Discussion started by: Neo
1 Replies

2. Shell Programming and Scripting

Comparing fields of two files and displaying results

Hello , I am trying to compare two files i.e one master file and the other exclusion file. If the second field of masterfile is oracle8 then I need to compare the 3rd field of master file with the 1st field of all the rows of exclusion file else I need to compare 2nd field from master file with... (2 Replies)
Discussion started by: rahul2662
2 Replies

3. Shell Programming and Scripting

Finding files with the name of the results of another search

Dear All, I have a file with this name= xx-nnnn.csv , I has texts in this format, 231048975938093056;234317862284705793;609384034;14955353;1344700706000;1; 231048975938093056;234317958632054785;715450794;52422878;1344700729000;1;... (10 Replies)
Discussion started by: davidfreed
10 Replies

4. UNIX for Dummies Questions & Answers

Displaying the Second Line of the Grep Search Results

Hi I really hope someone can help with the below question. Lets say that I have a file called output.txt and I want to display all of the lines which contain the word ‘disconnect'. I know that this can easily be obtained by using the following command: grep -i disconnect output.txt However,... (6 Replies)
Discussion started by: Sunny Sid
6 Replies

5. Shell Programming and Scripting

AWK - no search results

Hi all, I'm new to awk and I'm experiencing syntax error that I don't know how to resolve. Hopefully some experts in this forum can help me out. I created an awk file that look like this: $ cat myawk.awk BEGIN { VAR1=PATTERN1 VAR2=PATTERN2 } /VAR1/ { flag=1 } /VAR2/ { flag=0 } {... (7 Replies)
Discussion started by: hk18
7 Replies

6. Shell Programming and Scripting

Operations on search results

Hi, I am a newbie at Unix scritping, and I have a question. Looking at the search functionality on Unix. Here I have a structure root---------dir1 ------- file1, file2, file3 |_____dir2 ______file1@, file4 |_____dir3_______file1@, file5 Under root directory, I... (4 Replies)
Discussion started by: nj302
4 Replies
Login or Register to Ask a Question
TONETRAIN(1)						    Voicetronix Telephony Tools 					      TONETRAIN(1)

NAME
tonetrain - Analyse telephony signal tones for the libvpb programmable detector SYNOPSIS
tonetrain [options] file DESCRIPTION
The tonetrain utility analyses a recorded signal from file to determine the best tone detector parameters for recognising it. OPTIONS
The following options are available: -V Be more verbose during execution. Input options -w Use wav file format for input. This is the default. -v Use vox file format for input. -s sec Skip the first sec seconds of the recording. Useful if the tone does not begin cleanly at the start of the recording. -t sec Train using sec seconds of the recording. Useful if only a portion of the recording actually contains the desired to to train for. Output options -p Output the results in plain english. This is the default. -e Output the results in a form suitable for use with the VPB_TONE enviroment variable for libvpb. -c Output the results as a C source code snippet. SEE ALSO
tonedebug(1) AUTHOR
Ron Lee, Ben Kramer, David Rowe, Voicetronix <support@voicetronix.com.au> This manual page was written by Ron <ron@debian.org>, for the Debian project (but may be used by others). VPB driver package Feb 2, 2007 TONETRAIN(1)