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 are the modules in Power Center
Do you find any difficulty while working with flat files as source and target?
Explian the Process of deployment groups in informatica
How to start a workflow using pmcmd command?
Is stop and abort are same in informatica?
Where is metadata stored?
in reporting we add some new objects,how we get the count of the newly added objects to the report
What are ETL Tools?
what is SDLC way of code development?
How do you change a non-reusable transformation to reusable 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??
Explain sessions and how many types of sessions are there?
How we can create indexes after completing the load process?
What is a filter transformation?
While migrating the data from one environment to another environment how would you manage the connections?