Sorry for the poorly written question, but I'm panicking right now.
I accidentally mv prefix* instead of mv prefix* target_dir/
Now, there's only one prefix file left. Have I killed them? If so how/why? Is it possible to recover the files?
Sorry for the poorly written question, but I'm panicking right now.
I accidentally mv prefix* instead of mv prefix* target_dir/
Now, there's only one prefix file left. Have I killed them? If so how/why? Is it possible to recover the files?
mv: target ‘prefix<something>’ is not a directory. If you only had two files, you have effectively overwritten the latter with the former. If you want to attempt recovery, stop using/unmount the drive. More use increases the risk of overwriting the data. – Bob Sep 13 '13 at 16:17bash) - any program that executesmvdirectly, or you doing so from a different shell, would not be affected. Also (forbash) remember to set the alias within one of the config files - thealiascommand does not persist across sessions. – Bob Sep 13 '13 at 16:38