Ask Question

The true or false questions.

The start directory of find is optional

+3
Answers (1)
  1. 30 January, 09:36
    0
    true

    Explanation:

    Find command syntax is as follows:

    find [starting directory] [options]

    For example:

    $ find / tmp - name test

    $ find. - name demo - print

    $ find

    As we can see in the last example, starting-directory and options can both be omitted and it will still be a valid command. When the start directory is omitted, it defaults to the current directory.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “The true or false questions. The start directory of find is optional ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers