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 command to display different lines that are found when compare two files?
Who command in unix operating system?
Who command in unix?
What do know about tee command?
What are the commands in UNIX to list the files in a Directory?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What does pipe () return?
What is the pipe command?
Explain the steps that a shell follows while processing a command.
What is the use of finger command?
What is the use of find command in unix?
What is the use of sed command in unix?
How do I delete files from command prompt?
Which unix command to make a new directory?
What is s and g in sed command?