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 |
Who wrote grep?
How does shebang work?
What do chgrp command do?
The rm command removes links to file. What does this mean? How then is a file deleted from the file system?
How to display no of records in oracle using unix command?
What do you mean by zambie process?
if we create a file, in that 10 rows(means 1,2,....9,10 like). i want 7 row exactly, which command use in unix? plz send this question.
How we will execute previous command in vi editor?
How to get the operating system's information in unix?
How do I open a port?
What is rmdir command?
Differentiate cmp command from diff command.