Is there any command in Unix, other than:ls, to list the
files in a directory?
The answer will be highly appreciated...
Answer Posted / kishore devkate
Hi Yankee,
There are so many commands to display the files in the
present working directory without using ls command, find
the below commands,
echo *
dir
du -sk *
....etc
but we have to think logical how to view the file without
using ls.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What are bash commands?
What is the use of sed command in unix?
Who wrote grep?
What is grep short for?
Write a command to display a file’s contents in various formats?
What command will change your prompt to myprompt?
Explain command to view process running?
What is time_t?
How do I open a port?
What do know about tee command?
What is the functionality of a top command?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
What is grep and how do you use it?
What is rmdir command?