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 cat and more command?
Give the command to display space usage on the UNIX file system.
Give the command for finding the current date.
What does #!/ Bin sh do?
How do I use grep to search for a file?
What is the comma to display different lines that are found when compare two files?
how to make IGNITE-BACKUP in HP-UX?
What is ‘ps’ command for?
Give the command to display space usage on the UNIX file system.
Which command should you use to find the remaining disk space in unix server?
What is the difference between awk and grep?
What does the command ' $who | sort –logfile > newfile' do?