How would I do the equivalent of mv src/* dest/ in Python?

>>> source_files="/PATH/TO/FOLDER/*"
>>> destination_folder="PATH/TO/FOLDER"
>>> # equivalent of $ mv source_files destination_folder

10

Leave a Reply

Your email address will not be published. Required fields are marked *