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 |
How can remove duplicates in a file using UNIX?
how can we extract data with out having any common column
How can you join flat file, oracle as a sources?
explain about citrix scheduling tool in datastage
What is a range lookup?
How to use Environment variable's in datastage?(use of process)
Name the command line functions to import and export the DS jobs?
What is developer responsibilities in UAT (user acceptance testing and Post implementation phase?
Differentiate between datastage and datastage tx?
what is factless fact table?
how can we do null handling in sequential files
How do you find the number of rows in a sequential file?