canchit1584 canchit1584
  • 13-07-2019
  • Computers and Technology
contestada

The true or false questions.

The command: find -empty -type f -exec rm { } \; will remove all empty regular files, starting from the current directory

Respuesta :

Branta Branta
  • 24-07-2019

Answer:

true

Explanation:

The command:

find -empty -type f -exec rm { } \;

carries out the following steps.

1) Finds all the empty files in the current directory and its subdirectories.

2) For each of the identified files, it executes the command specified as the parameter to exec option,namely, rm <filename>.

So effectively it removes all empty files in the directory tree starting at the current directory.  

Answer Link

Otras preguntas

HELP ASAP!! How can you tell if three positive numbers form a Pythagorean triple?
The given tables each show the number of stories completed in the construction of four different high-rise buildings and the number of days spent working on the
The amount Troy charges to mow a lawn is proportional to the time it takes him to mow the lawn. Troy charges $30 to mow a lawn that took him 1.5 hours to mow. W
Please help me I will mark brainly
what were the causes of japan becoming a modern industrial power?
x-15is greater than or equal to negative 6
Where were most European immigrants processed or where did they have to go before they could enter the country?
Can someone help me please ?
Five less than the quotient of a number and negative four is greater than negative two
Raymond has two pieces of yarn, one 12 feet long and the other 16 feet long. For a craft project, he wants to cut them up to produce many pieces of yarn that ar