I would like to untar a file in nohup
-mode as the tarball is more than 200 GB in size. The command I am using is
nohup tar -xf aem-backup.tar
However, this throws the error
-bash: $'nohup\302\240tar': command not found
What am I doing wrong here, and is there a better option?