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 is the difference between grep and grep?
boot process?
Which command will print your home directory on screen?
Give a regular expression that finds two things, try to come up with regular expressions that find each individually using "egrep" command?
what is the difference between KILL and KILL -9?
5 Answers Informatica, Nutanix,
what does a process mean?
Is grep faster than awk?
What command would users use to see what file one page at a time in UNIX?
write grep commands to select the lines that have exactly two characters
What is the difference between pipe (|) and tee command in unix
what does the job command do?
distinguish between interrupts and exceptions?