what is the command to list all files in a directory,
including the hidden files in UNIX ?
Answers were Sorted based on User's Feedback
Answer / eugene
ls -a (minimal required answer)
ls -la (additional "l" use a long listing format )
| Is This Answer Correct ? | 11 Yes | 1 No |
Briefly, how do you install Oracle software on UNIX.
How does pipe () work?
Give the command for finding the current date.
what is the function of grep command?
What is the command to find hidden files in the current directory?
how unix kernel distinguishes between a normal file and device file ?
7 Answers Google, IBM, McAfee, Vodafone,
How to display no of records in oracle using unix command?
what are processor execution levels and priorities?
Explain the steps that a shell follows while processing a command.
How do I use grep to find a file?
What is {} in find command?
What does #!/ Bin sh do?