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.
i woud love to help but i dont understand the language
Motherboard or main sequence processor
(either that a mainframe or a server)
hope this helps
Answer:
True
Explanation:
Ethereum uses Smart Contracts Blockchains and one of the programmers actually explained how it works at a DC Blockchain Summit.