IN LINUX
1.A) From the command line, we have a file named edit.txt Write a command that will change each 8 spaces into 2 spaces. The output HAS to be in the same file edit.txt.
*Hint : expand command
1.B)
From the command line, there is a file named ROT.txt encoded with the ROT cypher of 5 letters. Write a command that will enable you to read it.
Thank you!