what is the command to list all files in a directory,
including the hidden files in UNIX ?
Answer Posted / eugene
ls -a (minimal required answer)
ls -la (additional "l" use a long listing format )
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
Differentiate cat command from more command.
What is time_t?
What does grep v grep do?
What does the md command do?
How does pipe () work?
How do I find previous commands in unix?
What does find command return in unix?
What does #!/ Bin sh do?
What does awk stand for?
Why is it called grep?
How does the system know where one command ends and another begins?
What are grep patterns?
Which command should you use to find the remaining disk space in unix server?
Why is awk called awk?
What are the general commands in using unix os for a beginner?