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_file
b. ls /tmp/ >> existing_file
c. echo /tmp/* >> existing_file
d. mv /tmp/* existing_file

Q&A Education