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's a command word?
How can you see the command line history?
What are awk commands?
How do I delete files from command prompt?
How many unix commands are there?
What are bash commands?
What does #!/ Bin sh do?
Which unix command to make a new directory?
Who command in unix?
What is the difference between cat and more command?
How do I run a bash script?
What does grep v grep do?
What are the commands in UNIX to list the files in a Directory?
What is difference between grep and find command in unix?
Differentiate cat command from more command.