How do you find path of a directory? Give its syntax.
Answer Posted / rao
find . -type d -print
| Is This Answer Correct ? | 4 Yes | 11 No |
Post New Answer View All Answers
What do know about tee command?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
How do I search for a file in unix command?
What is the command to compare two files in unix?
How do I open a port?
Differentiate cmp command from diff command.
Write a command to display a file’s contents in various formats?
What are filter commands in unix?
Who wrote grep?
What command will change your prompt to myprompt?
What is the pipe command?
How do you repeat a command in terminal?
What is sed awk grep?
How to use grep command to list find the records of a file containing 10 different strings?
What does #!/ Bin sh do?