joshuagrande1410 joshuagrande1410 04-03-2024 Computers and Technology contestada Which of the following commands is used to append the list of files in the /tmp directory to an existing file named ?a. cat /tmp/* >> existing_fileb. ls /tmp/ >> existing_filec. echo /tmp/* >> existing_filed. mv /tmp/* existing_file