I used the mv command (sudo mv 7_00.tts ~/Desktop
) in Linux Terminal to move a file to a specific folder. The destination folder didnt exist unfortunatly. Now i have a file (type:binary) that is named like the destination folder and it includes the file that i need (The size of the binary file shows it contains the moved file). I dont have the original file (a video file) anymore so its only in the binary file. Is there a way to get the file back that i moved?
I tried to just rename the file to the original file type, but due to the folder in between its obviously not working. Didnt try anything else due to lack of knowledge.