what is the command to get the list of files in a directory
in unix?
Answers were Sorted based on User's Feedback
Answer / usha
ls gives list of files
ls -ltr give all the detail information about the files
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / simrans
Ls is the right answer
Ls -ltr is list all the file in long format time in
reverse order
| Is This Answer Correct ? | 2 Yes | 0 No |
My source is like bellow F.NAME M.NAME L.NAME A B C D E F G H I and out put should like S.NO F.NAME M.NAME L.NAME 1 A B C 2 D E F 3 G H I 4 UNNOWN UNNOWN UNNOWN How can we acheive? please explane me indetail
write a query to follwoing table amount year quarter 254556 2003 first 546332 2003 second 129034 2003 third 490223 2003 fourth 165768 2004 first 265443 2004 second 510412 2004 third 435690 2004 fourth i want the output year q1_amount q2_amount q3_amount q4_amount 2003 254556 546332 129034 490223 2004 165768 265443 510412 435690
Explain in detail scd type 2 through mapping.
Quickly characterize reusable change?
Define the various join types of joiner transformation?
checkout and checkin in informatica 8.6
how do u move the code from development to production?
How to elaborate powercenter integration service?
Difference between Data and Index Caches?
following table source target name gender name target a1 male a1 female a2 female a2 male i want a1 female update to target how will do?
Explain the pipeline partition with real time example?
How to generate or load values in to the target table based on a column value using informatica etl tool.