what is "ls* " is run
options are 1) x 2).x 3) hidden 4) no disply
tell exact answer.
Answer Posted / parminder pal singh padam
"ls -1 * "
Will show you the contents of the directories also!
"ls -a"
will show everything including hidden files.
you can use "ls -1 */*"
or "ls -2 *"
same to list contents uptil two sub-directories.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
How do you copy in terminal?
Why is linux cpu usage so high?
What is the bash in linux?
What is option in linux command?
What is the syntax of mkdir?
If the programmer wishes to execute an instruction at the specified time. Which command is used?
Information technology is widely used in
You attempt to delete a file called sales.mem using the rm command but the command fails. What could be the problem?
What does uname command do?
What are the basic commands in command prompt?
What is type command in linux?
What is clang tidy?
How do I search bash history?
What is ulimit in linux?
What does rmdir do in linux?