Create a new script and name it texas_right.sh . Your script should do the following: 1- Create and then enter a folder called texas37 in your home directory. 2- Create two folders called input and output 3- Create a script to loop from 1 to 100.
Create a new script and name it texas_right.sh . Your script should do the following:
1- Create and then enter a folder called texas37 in your home directory.
2- Create two folders called input and output
3- Create a script to loop from 1 to 100.
4- On each iteration of the loop create a file that:
a. Has a filename that indicates the value of the loop iteration. hint: give each file name a structured format i.e the same extension or have the index in the file name
b. Contains the text result of the operation mod(5) repeated 10 times
5.Create a new script and name it washington.sh . Your script should do the following:
6- Create a script to loop through all the input files in the input folder, uses the head command (only first 5 lines) with the redirect operation to generate a new file in the output folder.

Trending now
This is a popular solution!
Step by step
Solved in 2 steps









