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 rank and dense rank in informatica with any examples and give sql query for this both ranks
what are the challenge face in u r project?explain me
How can you display only hidden files in UNIX
what are the reusable tasks in informatica ?
11 Answers CTS, HP, IBM, TCS,
How to identify bottlenecks in sources,targets,mappings,workflow,system and how to increase the performance?
how to work with mapplet designer in informatica?
how to get the data from the client machine and how to get server location data to client loction can any one explain bit deep please..!
I have a scenario with lookup table. in that lookup table have colomns, but i need to process only 10 colomns out of 50. Please te me how can we acheive it?
in what type of scenario bulk loading and normal loading we use?
2,can we insert duplicate data with dynamic look up cache,if yes than why and if no why?
What is the difference between SOURCE and TARGET BASED COMMITS?
What is the reusable transformation?