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

1. Which of the two music styles did you most enjoy? What drew you to that style over the other? 2. What are some ways that modern technology is used in music
Write an equation in point-slope form for m=2;(5,6)
What is the service area of the sphere with a radius of nine units
how are circulating air motions different in stable and unstable air?
What is an ethernet cable ?
How are federal judges selected? Candidates are nominated and appointed by the Supreme Court unless the president uses the veto. Candidates are nominated by Con
Please help me :)), don't put absurd answers
Carolina planters mostly associated with: plz HeLP!! brainliest will be given A. Field slaves. B. House slaves. C. other planters. D. white overseers.
Which sentence best describes how a low supply of apples would affect their cost? A. It would make the cost go up. B. It would make the cost stay the same. C. I
write down the 1st term in the sequence given by: T(n) = n² - 4