whats difference between ls -ltr and ls -lrt?
Answers were Sorted based on User's Feedback
Answer / achyuta penchala prasad
There is no difference between these two commands. Both
will give same result.
| Is This Answer Correct ? | 18 Yes | 8 No |
Answer / soumya
ltr means
Long listing time stamp in reverse order
when we type ltr or lrt then the output displays in the same manner.
| Is This Answer Correct ? | 11 Yes | 4 No |
Answer / sriram
"ls -ltr" prints long list in reverse order after sorted by timestamp
whereas
"ls -lrt" prints long list by timestamp(as recent one is displays last)
| Is This Answer Correct ? | 16 Yes | 9 No |
Difference between server jobs & parallel jobs?
I have a scenario like Deptno=10---->First record and last record Deptno=20---->First record and last record Deptno=30---->First record and last record I want those first and last records from each department in a single target. How to do this in DataStage, any one can assist me. Thanks in advance.
I have a few records just I want to store each records tow times in target how?
whats difference between ls -ltr and ls -lrt?
Hi Every one, I have a scenario plz suggest me 1)On daily we r getting some huge files data so all files metadata is same we have to load in to target table how we can load? 2) One column having 10 records at run time we have to send 5th and 6th record to target at run time how we can send? Hi plz help me for above scenarios and If any one is having JobSequence kindly send me one example and the scenario to my mail ID(nrvdwh@gmail.com)
I have load a Dataset in UAT with 2 Node configuration, imported the job into PROD environment which is 4 node configuration and using this DataSet as SRC to other job. will the job run fine or give any errors? If job runs fine, on how many nodes? 2 nodes or 4 nodes?
cust id,cust quty like 1,101;1,102;1,103 i want output like cust id,cust quty 1 101,102,103 in oracle please write a query in oracle
What are the types of jobs we have in datastage?
explain about completely flow of sequencers technicaly,without using example??explain about lookup,nullhandling?
How to transfer file from one system to another system in UNIX?which command to be use?
What are transforms and what is the differenece between routines and transforms?
i WANTED TO USE THE RANGE LOOKUP SCENARIO IN DATASTAGE 7.5.2 SRVER JOB.i HAVE A DATE FIELD IN SOURCE AND I SHOULD MATCH IT WITH A FIELD IN LOOKUP FILE.BUT,THE FIELDS SHOULD MATCH EVEN THOUGH THERE IS SOME RANGE.CAN SOMEONE TELL ME HOW CAN I DO THAT. THANKS