You have a /tmp/data directory containing the files file, file1, and file2.
You want to delete the directory and its content. In a terminal window, which command accomplishes this?
You do not want to see any error messages when using the find command; you want to see only the results.
Which command accomplishes this task?
You want to redirect the output of the ls command to the ls-output file which already exists. The output should
be appended to the file, it should not overwrite the existing content.
Which command accomplishes this task?