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 |
What is a Shortcut and What is the difference between a Shortcut and a Reusable Transformation?
Explain how many types of dimensions are available in informatica?
What is meant by lookup transformation?
what is mystery dimension?
How can you define a transformation? What are different types of transformations in Informatica?
In warehouses how many schemas are there?
1.why we need to use unconnected transformation? 2.where we can static chach,dynamic chach
What is data quality? How can a data quality solution be implemented into my informatica transformations, even internationally?
Source Qualifier is an active t/r but there is no change of row count then y should we called it active t/r & Router , sorter some times no change in row count then Y we called its active t/r?
when we go for unconnected lookup transformation? and why?
What is dimensional table?
My source has 100 records. I have targets say in number 5. all target tables has parent and child relationships in between themselves. Now I want to load all 100 records into all targets. How U can ensure that record inserted in parent and then loaded into child.