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
What are the general commands in using unix os for a beginner?
What is awk used for?
hw will u use awk in replacing cahrs and files
What is grep in bash?
What is the comma to display different lines that are found when compare two files?
What is the command to compare two files in unix?
Give the command for finding the current date.
What is time_t?
What are file commands?
What is a bash command?
How do I clear my terminal history?
What is the use of the tee command?
What does 'mkdir' command do in UNIX?
What is the command to view process running?
What is $0 bash?