what is the command to list all files in a directory,
including the hidden files in UNIX ?
Answer Posted / amit kumar
ls -a will show the hidden files.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is awk command used for?
What is merge command in unix?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
Is ‘du’ a command? If so, what is its use?
What are filter commands in unix?
What is the use of tee command?
How do you grep a case insensitive?
Who invented grep?
What command is used to check the current users?
What is grep in bash?
What does the command ' $who | sort –logfile > newfile' do?
What is s and g in sed command?
Explain mount and unmount command.
Which command is used to delete all files in the current directory and all its sub-directories?
Write a command to kill the last background job?