Objective: Delete a file with names that contain spaces and/or special characters such as hyphen (-), semicolon (;), ampersand (&), dollar sign ($), question mark (?), asterisk (∗), etc.
Objective: Extract a tar file with absolute path to a relative or different path. For example, if a tar arahive contains the file /etc/hosts, it has to be extracted to /home/user/etc/hosts instead.