Which unix command lists files/folders in alphabetical order?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
The ls –l command is used to list down files and folders in alphabetical order, sorted with modified time.
| Is This Answer Correct ? | 0 Yes | 0 No |
The ls –l command is used to list down files and folders in alphabetical order, sorted with modified time.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the steps that a shell follows while processing a command.
How many unix commands are there?
which command is used to change group?
What does grep v grep do?
What is the pipe command?
what will this do $cat > file.c ?(file.c is a file in current directory)
what do you understand bythe term 'de-mountable volumes'?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
what is the difference between KILL and KILL -9?
5 Answers Informatica, Nutanix,
How to replace the exact word in vi editor?? suppose a file contains words like amaze,amazed,amazement in some of the line.But i want to replace only 'amaze' with delight but don't wanna replace amazed or amazement. thanks
6 Answers Polaris, Tech Mahindra,
What is awk good for?
Who invented grep?