what is the command to list files in a directory in UNIX?
Answer Posted / peeyush
ls -l |grep '^-'
Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How do I run a whois command?
Explain ‘library functions’ with respect to unix commands?
What are file commands?
What is the command to find maximum memory taking process on the server?
What is the behavioural difference between cmp and diff commands?
What is merge command in unix?
What is the command to find hidden files in the current directory?
What does the “echo” command do?
Which command is used to delete all files in the current directory and all its sub-directories?
What does this command do,"$more readme.txt“?
What does the command ' $who | sort –logfile > newfile' do?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What is grep command in unix with examples?
What are filter commands in unix?
How do I run a bash script?