Answer Posted / pradeep kumar keshari
LS command is used to see the contains of a Directory. You
can user add one with ls command to see the special files
like hidden, pwd.
# ls - >
#ls -l -> to list the long listed info files/dir
#ls -a -> to list the hidden files/dir
#ls -ld -> to list the long listed information of PWD
#ls -lr -> " " " sub dir level info
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Is grep faster than awk?
How do I delete files from command prompt?
Write a command to kill the last background job?
What are the commands in UNIX to list the files in a Directory?
What is the unix command to confirm a remote host is alive or not?
What is the significance of the 'tee' command?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
What is the use of the command 'ls -x chapter[1-5]' ?
How do I search for text in vi?
Can you explain a little bit about command substitution?
Why is it called a shebang?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
How do I run a whois command?
What is nr in awk command?