what is diff between grep and find
Answers were Sorted based on User's Feedback
Answer / shalu
grep is used for finding any string in the file.
syntax - grep <String> <filename>
example - grep 'compu' details.txt
display the whole line,in which line compu string is found.
find is used to find the file or directory in given path,
syntax - find <filename>
example - find compu*
display aal file name starting with compu
| Is This Answer Correct ? | 28 Yes | 2 No |
Answer / lokesh
grep searches pattern in the file
where find command searches the pattern .but major
differencce of find commands is it evaluates
expression given precedences to dir ,filename and
evaluated value will be searched in directory or in file
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / usha
find command will look for a perticuler file formet
Grep command will take all PATTERN of files
| Is This Answer Correct ? | 0 Yes | 1 No |
i have a source which relational.I am trying to populate to target flat file with one column for daily date which is sysdate. I want to populate the sysdate coulmn with DD/MM/YYYY format. kindly provide a solution for this..my clear that my target is flat file.
Without source how to insert record to target?
What is a grid in Informatica?
can we import source table without using source qualifier? if yes then how? if no then why?
Make a note of the quantity vaults made in informatica?
Why the workflow is failed after running two hours in informatica?
Define Update Override?
Define mapplet?
how do u use sequence created in oracle in informatica? Explain with an simple example
If u r giving different parameter file names in workflow and session for a single mapping parameter, then which one will be executed? The one u given in workflow or the one u given in the session?
What is the target load order?
surrogate keys usage in Oracle and Informatica?
5 Answers ITC Infotech, Oracle,