How to know the present working directory in unix?
Answer / kanimozhi
* pwd command is used for printing the current working directory.
* It prints the full system path of the current directory to the standard output.
* pwd is a shell built-in command means, it is part of the code that runs the shell rather than calling external executable.In that way the command works faster.
| Is This Answer Correct ? | 0 Yes | 0 No |
finding the presence of a word in a list of 'n' files (pattern matching)
What is unix pattern?
Why is unix better than windows?
Who is founder of unix?
Describe the term inode?
What is the difference between a shell variable that is exported and the one that is not exported?
What is unix file?
What is meant by the term nohup?
How to display n-th line of a file in Unix?
Which unix shell is best?
Who owns unix?
command to view process running?