Sponsored Content
Top Forums Shell Programming and Scripting want to search for the words in the files Post 302341791 by asirohi on Thursday 6th of August 2009 03:05:41 PM
Old 08-06-2009
Hi Peterro,

I have a problem here, the output not come like this, which is not correct as for example string "CCRCWebServerINSTALLDIR" only apprears in com.ibm.rational.clearcase.assembly.assembly, but is shows its appearing in so many directories?

What changes should be made to the logic?

Thanks
Adi

Code:
Words to be searched: CCRCWebServerINSTALLDIR
The Path is: /home/administrator/testfix/install/cc.offe
ring/com.ibm.rational.clearcase.assembly.assembly
/home/administrator/testfix/install/cc.offering/com.ibm.
rational.clearcase.assembly.assembly
The Path is: /home/administrator/testfix/install/cc.offe
ring/com.ibm.rational.clearcase.iehs.assembly
The Path is: /home/administrator/testfix/install/cc.offe
ring/com.ibm.rational.clearcase.rc.assembly /home/admini
strator/testfix/install/ccrc.offering/com.ibm.rational.c
learcase.rc.assembly
The Path is: /home/administrator/testfix/install/cc.offe
ring/com.ibm.rational.clearcase.rc.assembly /home/admini
strator/testfix/install/ccrc.offering/com.ibm.rational.c
learcase.rc.assembly
The Path is: /home/administrator/testfix/install/ccrc.of
fering/com.ibm.rational.clearcase.rc.main.assembly
The Path is: /home/administrator/testfix/install/cq.offe
ring/com.ibm.rational.clearquest.assembly
The Path is: /home/administrator/testfix/install/cq.offe
ring/com.ibm.rational.clearquest.designer.assembly
The Path is: /home/administrator/testfix/install/cq.offe
ring/com.ibm.rational.clearquest.ec.assembly
The Path is: /home/administrator/testfix/install/cq.offe
ring/com.ibm.rational.clearquest.iehs.assembly
The Path is: /home/administrator/testfix/install/pjc.off
ering/com.ibm.rational.pjc.main.assembly
The Path is: /home/administrator/testfix/install/reqpro.
offering/com.ibm.rational.reqpro.main.assembly
The Path is: /home/administrator/testfix/install/rls.off
ering/com.ibm.rational.license.server.assembly.assembly
The Path is: /home/administrator/testfix/install/robot.o
ffering/com.ibm.rational.robot.main.assembly.assembly
The Path is: /home/administrator/testfix/install/soda.of
fering/com.ibm.rational.soda.assembly
The Path is: /home/administrator/testfix/install/tm.offe
ring/com.ibm.rational.testmanagermain.assembly
Words to be searched: ClearCaseAdministrationTools-ent-C
INSTALLDIR
The Path is: /home/administrator/testfix/install/cc.offe
ring/com.ibm.rational.clearcase.assembly.assembly
/home/administrator/testfix/install/cc.offering/com.ibm.
rational.clearcase.assembly.assembly
The Path is: /home/administrator/testfix/install/cc.offe
ring/com.ibm.rational.clearcase.iehs.assembly
The Path is: /home/administrator/testfix/install/cc.offe
ring/com.ibm.rational.clearcase.rc.assembly /home/admini
strator/testfix/install/ccrc.offering/com.ibm.rational.c
learcase.rc.assembly
The Path is: /home/administrator/testfix/install/cc.offe
ring/com.ibm.rational.clearcase.rc.assembly /home/admini
strator/testfix/install/ccrc.offering/com.ibm.rational.c
learcase.rc.assembly
The Path is: /home/administrator/testfix/install/ccrc.of
fering/com.ibm.rational.clearcase.rc.main.assembly
The Path is: /home/administrator/testfix/install/cq.offe
ring/com.ibm.rational.clearquest.assembly
The Path is: /home/administrator/testfix/install/cq.offe
ring/com.ibm.rational.clearquest.designer.assembly
The Path is: /home/administrator/testfix/install/cq.offe
ring/com.ibm.rational.clearquest.ec.assembly
The Path is: /home/administrator/testfix/install/cq.offe
ring/com.ibm.rational.clearquest.iehs.assembly
The Path is: /home/administrator/testfix/install/pjc.off
ering/com.ibm.rational.pjc.main.assembly
The Path is: /home/administrator/testfix/install/reqpro.
offering/com.ibm.rational.reqpro.main.assembly

 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

search for words in file

hi all, i would like to search in a directory. all files they were found shoul be opend and looked about a keyword. if keyword is found i want to see the name of the file. i've rtfm of find and have a command like this : find /etc -exec cat \{}\ | grep KEYWORD but don't work, and : find... (4 Replies)
Discussion started by: Agent_Orange
4 Replies

2. Shell Programming and Scripting

Search files that all contain 4 specific words

Hello, I want an one line command that brings me back all the files in a folder that contain 4 specific words anywhere inside them. I want to use find,xargs and grep. for example i know for one word the command would be: find . | xargs grep 'Word1' But i don't know for 4 specific words... (13 Replies)
Discussion started by: WoodenSword
13 Replies

3. Shell Programming and Scripting

search two words in sed

I've following sed command working fine - sed '/search_pattern1/ !s/pattern1/pattern2/" file Now, I want to search two patterns - search_pattern1 and search_pattern2 . How can put these into above sed statement ? Thanks in advance. (12 Replies)
Discussion started by: ajitkumar2
12 Replies

4. UNIX for Dummies Questions & Answers

search words in different file

Hi, I have 1 - 100 file I want the list of such file which contains word 'internet' Please provide command to do this (3 Replies)
Discussion started by: kaushik02018
3 Replies

5. Shell Programming and Scripting

search of common words in set of files

Hi, I have a set of simple, one columned text files (in thousands). file1: a b c d file 2: b c d e and so on. There is a collection of words in another file: b d b c d e I have to find out the set of words (in each row) is present or absent in the given set of files. So, the... (4 Replies)
Discussion started by: mala
4 Replies

6. Shell Programming and Scripting

Search 3 words

Hi All, I have almost 1000+ files and I want to search specific pattern. Looking forwarded your input. Pls note that need to ignore words in between /* */ Search for: "insert into xyz" (Which procedure contain all 3). Expected output: procedure test1 procedure test2 procedure test3 File... (12 Replies)
Discussion started by: susau_79
12 Replies

7. Shell Programming and Scripting

search from a list of words

Hello, I'm trying to write a bash script that will search for words from one list that may be found in another list. Once the record is found, it will create a new text file for each word. For example, list1.txt contains the following: Dog Cat Fish List2.txt contains Dog - Buddy 14... (3 Replies)
Discussion started by: jl487
3 Replies

8. Shell Programming and Scripting

Search between two words

Hello, I try to print out with sed or awk the 21.18 between "S3 Temperature" and "GrdC" in a text file. The blanks are all real blanks no tabs. Only the two first chars from temperture are required. So the "21" i need as output. S3 Temperatur 21.18 GrdC No Alarm ... (3 Replies)
Discussion started by: felix123
3 Replies

9. Shell Programming and Scripting

Search string within a file and list common words from the line having the search string

Hi, Need your help for this scripting issue I have. I am not really good at this, so seeking your help. I have a file looking similar to this: Hello, i am human and name=ABCD. How are you? Hello, i am human and name=PQRS. I am good. Hello, i am human and name=ABCD. Good bye. Hello, i... (12 Replies)
Discussion started by: royzlife
12 Replies

10. Shell Programming and Scripting

Search words in any quote position and then change the words

hi, i need to replace all words in any quote position and then need to change the words inside the file thousand of raw. textfile data : "Ninguno","Confirma","JuicioABC" "JuicioCOMP","Recurso","JuicioABC" "JuicioDELL","Nulidad","Nosino" "Solidade","JuicioEUR","Segundo" need... (1 Reply)
Discussion started by: benjietambling
1 Replies
gacutil(Mono 1.0)														 gacutil(Mono 1.0)

NAME
gacutil - Global Assembly Cache management utility. SYNOPSIS
gacutil [-user] [command] [options] DESCRIPTION
gacutil is a tool used by developers to install versioned assemblies into the system Global Assembly Cache (GAC) to become part of the assemblies that are available for all applications at runtime. Notice that they are not directly available to the compiler. The convention is that assemblies must also be placed in a separate directory to be accessed by the compiler. This is done with the -package directive to gacutil. The tool allows for installation, removal, and listing of the contents of the assembly cache. The GAC is relative to the Mono installation prefix: mono_prefix/lib/mono. COMMANDS
-i <assembly_path> [-check_refs] [-package NAME] [-root ROOTDIR] [-gacdir GACDIR] Installs an assembly into the global assembly cache. <assembly_path> is the name of the file that contains the assembly manifest The -package option can be used to also create a directory in in prefix/lib/mono with the name NAME, and a symlink is created from NAME/assembly_name to the assembly on the GAC. This is used so developers can reference a set of libraries at once. The -root option is used to specify the "libdir" value of an installation prefix which differs from the prefix of the system GAC. Typical automake usage is "-root $(DESTDIR)$(prefix)/lib". To access assemblies installed to a prefix other than the mono prefix, it is necessary to set the MONO_GAC_PREFIX environment variable. The -gacdir option is included for backward compatibility but is not recommended for new code. Use the -root option instead. The -check_refs option is used to ensure that the assembly being installed into the GAC does not reference any non strong named assemblies. Assemblies being installed to the GAC should not reference non strong named assemblies, however the is an optional check. -l [assembly_name] [-root ROOTDIR] [-gacdir GACDIR] Lists the contents of the global assembly cache. When the <assembly_name> parameter is specified only matching assemblies are listed. -u <assembly_display_name> [-package NAME] [-root ROOTDIR] [-gacdir GACDIR] Uninstalls an assembly from the global assembly cache. <assembly_display_name> is the name of the assembly (partial or fully qualified) to remove from the global assembly cache. If a partial name is specified all matching assemblies will be uninstalled. As opposed to the install option that takes a filename, this takes as an argument the assembly name, which looks like this: MyLibrary.Something, version=1.0.0.0, publicKeyToken=xxxx,culture=neutral Notice that you can have spaces in the command line. There is no need to quote them. Performs a greedy removal. If you only specify one component like, "MyLibrary.Something", it will remove all versions of the library. -us <assembly_path> [-package NAME] [-root ROOTDIR] [-gacdir GACDIR] Uninstalls an assembly using the specified assembly's full name. <assembly path> is the path to an assembly. The full assembly name is retrieved from the specified assembly if there is an assembly in the GAC with a matching name, it is removed. Unlike the -u option this option takes a file name, like this: Example: -us myDll.dll -ul <assembly_list_file> [-package NAME] [-root ROOTDIR] [-gacdir GACDIR] Uninstalls one or more assemblies from the global assembly cache. <assembly_list_file> is the path to a test file containing a list of assembly names on separate lines. Example -ul assembly_list.txt assembly_list.txt contents: assembly1,Version=1.0.0.0,Culture=en,PublicKeyToken=0123456789abcdef assembly2,Version=2.0.0.0,Culture=en,PublicKeyToken=0123456789abcdef FILES
On Unix assemblies are loaded from the installation lib directory. If you set `prefix' to /usr, the assemblies will be located in /usr/lib. On Windows, the assemblies are loaded from the directory where mono and mint live. /etc/mono/config, ~/.mono/config Mono runtime configuration file. See the mono-config(5) manual page for more information. WEB SITE
Visit: http://www.go-mono.com for details SEE ALSO
mcs(1),mono(1) gacutil(Mono 1.0)
All times are GMT -4. The time now is 10:02 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy