Answered step by step
Verified Expert Solution
Question
1 Approved Answer
In Linux 1. Write a program to continuously read numbers. Save all the odd numbers in one file and all the even numbers in another
In Linux
1. Write a program to continuously read numbers. Save all the odd numbers in one file and all the even numbers in another file. When you enter -1, you should stop reading more numbers.
2. Write two scripts called encryption and decryption. Test both scripts by encrypting a file called file1 and save the result in file2. Then use file2 as the input to the decryption script and check if the output is the same as file1.
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