Question d’entretien chez Hudson River Trading

Q: What does the following command do? mv *

Réponse à la question d'entretien

Utilisateur anonyme

12 mars 2022

if the last item (alphabetically) in the folder is a directory, it moves everything in the directory you're in, into that last one. If the last item is not a directory, it fails