I knew what this module is for, I just don’t know why they choose this name – shutil. It is hard to remember this kind of “random” name if I don’t know where it come from. Please give me some hints, thanks.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It means “shell utilities”, sh standing for shell, util standing for utilities.
If you think about what shutil does, that makes sense (manipulate the filesystem, make archives, etc.).