Display information about the system including computer manufacturer
4. Display the CPU manufacturer, model description, number of cores, maximum clock speed, and cache size(s).
5. Display the RAM manufacturer, capacity, and speed.
Bash Question
Create a system information summary script to display the following information. Accept a command line option for each item, so that if the user starts your script with one or more of the options, the script will only output the information requested. The output should be designed for a person to read, with section titles and spacing to make it easy to read.
• List of printers configured
Note: For both Power shell and bash shell, your script should send any errors to stderr, not stdout.