Answered step by step
Verified Expert Solution
Question
1 Approved Answer
(Linux) Your task is to write a script called process_files that will accept from the user as command line arguments a series of 3 strings
(Linux) Your task is to write a script called process_files that will accept from the user as command line arguments a series of 3 strings representing file types. You must then create 4 directories one for each file type and one for any files that do not match any of the file types - and separate the files into these new directories then return some information about these files to the user. For example if the user types process_files jpg gif docx Your script will sort the jpg/jpeg, gif and doc/docx files into their appropriate directories
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started