what is the command to list files in a directory in UNIX?
Answer Posted / brijmohan
ls : this command is used to see the list of file and
folder in present working directory.
ls -ltr : is used to see the file and folder in present
dirctory in alphabetical order.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Differentiate cat command from more command.
What is the use of egrep command in unix?
What does sed command do in unix?
What is the behavioural difference between cmp and diff commands?
How do I use nslookup?
What does #!/ Bin sh do?
What is the use of finger command?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
Explain command to view process running?
how to sort the content of the file based on numeric values
What is the command to view process running?
Which command should you use to find the remaining disk space in unix server?
hw will u use awk in replacing cahrs and files
How do you grep a case insensitive?
Write a command to kill the last background job?