unlink is a function call, means delete a file. So it won't occcupy your space.
Find someone who is family with C program, it is a easy job.
Or, u can find another way,, for example,, backup all other files in that directory and its sub-directory, and use "rm -rf thatDirectoryName" to remove whole directory, and then backup all other files.