LinuxLegends
New Member
So I was following a guide and the guy did a move command without a destination. I thought it made like a copy or something. But it had brackets at the end like this:
mv folders/file.key{,.bak}
now I can't find the file. even if I search by file extension like:
find . *.key
is the file deleted forever? where'd it move to?
mv folders/file.key{,.bak}
now I can't find the file. even if I search by file extension like:
find . *.key
is the file deleted forever? where'd it move to?