Question: A question for (linux mints) please the answer should work in the shell script. plus if you can give me 3 different answers with same
Create a shell script that performs the following tasks: 1) Creates a directory called mywork. 2) Inside the directory, the script should create 5 files, with the following contents: 3) Next, the script should read the contents of the 5 files and create a new file called TOTAL. The new file should include the following: The TOTAL numbers inside all the 5 files is: 107 . The time of calculation process is: date - Note that the 107 is the real sum of numbers (your script need to add them together). Also, the date should be the real date of the calculation process
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
