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 |
How to display no of records in oracle using unix command?
What is the different between UNIX command and UNIX shell script?
what is the difference between npar and vpar in HP-UX?
Write a command to find all of the files which have been accessed within the last 30 days.
5 Answers Google, IBM, Satyam,
how to delete entire records in unix ?
In UNIX, what is the command to kill a process?
What is the use of the command 'ls -x chapter[1-5]' ?
What is grep and sed command?
how will u execute a file in unix
What is FIND, GREP and SED ? Could you please give me the difference between all the three? Where we use this commnands?
what is the command to find out the difference between files and folders?
How to use grep command to list find the records of a file containing 10 different strings?