- Engineering
- Computer Science
- how do i write a bash shell script that encrypts...
Question: how do i write a bash shell script that encrypts...
Question details
How do I write a bash shell script that encrypts a file by changing every letter except z to the next character in the alphabet. So a becomes b, b becomes c, and so on? z will be changed to a.
Solution by an expert tutor
