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
What is the difference between source qualifier transformations source filter to filter transformation?
In What Situations we can use MappingParameters ,Mapping Variables AND Session Parameters in REAL TIME.
How to create or implement slowly changing dimension (SCD) Type 2 Effective Date mapping in informatica/Flagging mapping in informatica/visioning mapping in informatica?
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 ?
What happen if you have 3 ports in SQ and 4 ports in SQL override of SQ( provided all ports are in same order and they are connected with proper source and target)? Also what happens when I have 4 ports and will extract 3 values in SQloverride.. What will be the value in 4th port ?
Name the different lookup cache(s)?
Where do we use mapping variables in informatica?
During the running session, output files are created by informatica server. Enlist few of them.
How to generate sequence numbers?
What are mapplets? How is it different from a Reusable Transformation?
What do you mean by DTM and Load manager and what is difference between load manager and load balancer?
what is the Default Source Option For Update Strategy Transformation?
Can one use mapping parameter or variables created in one mapping into any other reusable transformation?
Whats the difference between informatica powercenter server, repositoryserver and repository?
can you please explain me pre session and post session options?