Question
Unix 1. Write and execute a script named scripts.sh (again, you will need to have #!/bin/bash on the first line) that assigns two variables, num1
Unix
1. Write and execute a script named scripts.sh (again, you will need to have#!/bin/bashon the first line) that assigns two variables, num1 and num2, and on the next line prints both of their values followed by their sum multiplied by 2. Then print list of scripts: followed by a list of every file in the current directory that ends with.sh.pyor.plin the order they appear in the directory, for example if there are five filesscriptsh script2.py script3.pl script4.pyandscript5.shthe output should belist of scripts: scriptsh script2.py script3.pl script4.py script5.sh.
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