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 is .sh file?
Is ‘du’ a command? If so, what is its use?
What's a command word?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
Does cp command overwrite files?
What is awk command used for?
How does the system know where one command ends and another begins?
What does the command ' $who | sort –logfile > newfile' do?
What does the “echo” command do?
What is the use of the tee command?
How many unix commands are there?
What are awk commands?
What is ctrl d?
Which command is used to kill the last background job?
Why is it called grep?