what will be the output of ls ~/..
Answers were Sorted based on User's Feedback
Answer / nagarjuna
it will display all the files and directories in the parent
of the current directory.
| Is This Answer Correct ? | 3 Yes | 5 No |
Answer / ravikiran
It will simple list of files and dir.s ( contents ) of the
Root directory i.e., / .
| Is This Answer Correct ? | 1 Yes | 6 No |
Answer / varun
it will list all the contents of the root directory.
doesn't matter in which section of the file or directory
you are working in whenever you will give this command it
will always list the contents of the root directory.
| Is This Answer Correct ? | 1 Yes | 6 No |
Answer / swaroopa
It will show the shell as well as the the path from home
directory to the current directory.
eg: say we are in diretory swaroopa and swaroopa is there in
the home directory here is the o/p
bash: /home/swaroopa/..: is a directory
Swaroopa kalgi
| Is This Answer Correct ? | 1 Yes | 19 No |
Answer / guptamurali
it will show the list of files&directories (say contents) in
the current directory which u r working....
| Is This Answer Correct ? | 14 Yes | 33 No |
Which unix command to make a new directory?
what these two commands prints "echo test","cat test"?
what is the difference between SED and GREP ? Which one is more better and why?
distinguish between physical addresses and logical address?
Why is grep called grep?
Write a command to find all of the files which have been accessed within the last 30 days.
5 Answers Google, IBM, Satyam,
How we will execute previous command in vi editor?
What is the difference between grep and grep?
How will you know who are the users logged in to the system before 15 minutes?
How do you find files in Unix?
write grep commands to select the lines that have exactly two characters
What is FIND, GREP and SED ? Could you please give me the difference between all the three? Where we use this commnands?