Create a new file called testworkscr change the permissions


Create a new file called TestWork.scr. Change the permissions on this new file to add the execute bit for user, group, and owner. Create two files. •File1 has one line with the value of 5. •File2 has one line with the value of 100. Edit your new file using Gedit or VI and change it so it performs the following actions: Read the values from the two files above (file1 and file2). Divide the value from file2 by the value in file1. Output the result of this calculation to a new file called file3. Note. Remember to include #!/bin/bash as the first line of your script.

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Create a new file called testworkscr change the permissions
Reference No:- TGS0566810

Expected delivery within 24 Hours