Answer Posted / 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 |
Post New Answer View All Answers
design of staging area?
What are the new features of informatica 9.x developer?
What is the need of etl tools?
What is union transformation in informatica?
Explain is there any way to read the ms excel datas directly into informatica? Like is there any possibilities to take excel file as target?
Define joiner transformation?
what is mean by complex business rule ?
What differs when we choose the sorted input for aggregator transformation?
What are session parameters ? How do you set them?
Why can't we connect source qualifier and aggrigator transformation to an expression ? Why they resticted to conncet 2 active trasformations to an passive transformation ?
IN SCD1, insource we have 10 billion records and in the first day its uploaded successfully and in the second day its taking time to upload because some records it might get update or insert new records. As a developer what will be the better solution for this??
I have a flat file, want to reverse the contents of the flat file
What is informatica worklet?
What are Dimensional table?
What are the differences between joiner transformation and source qualifier transformation?