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 |
What command would users use to see what file one page at a time in UNIX?
What is the significance of the 'tee' command?
what is the default signal kill in unix?
in a growing log file how will you see the 1st 99 lines?
what is the difference between SED and GREP ? Which one is more better and why?
Which command can you use to find the currently running process in unix server?
How to replace the exact word in vi editor?? suppose a file contains words like amaze,amazed,amazement in some of the line.But i want to replace only 'amaze' with delight but don't wanna replace amazed or amazement. thanks
6 Answers Polaris, Tech Mahindra,
What is the use of egrep command in unix?
What is time_t?
A file has 1000 lines and i want to display only 1st line how to do it? pls ..tel me
distinguish between paging and swapping?
in UNIX,what is the command to remove directory with files?