Write a shell script in Linux to shift all characters in a
file forward by five characters. (Thus “a”
becomes “f’”).
Answer Posted / manuswami
cat test.txt | tr '[a-z A-Z]' '[f-za-e F-ZA-E]'
| Is This Answer Correct ? | 41 Yes | 6 No |
Post New Answer View All Answers
How to write a function?
Write the syntax for "if" conditionals in linux?
determine the output of the following command: echo ${new:-variable}
Where are cowrie shells found?
What is shell variable?
Explain about shebang?
c program the catches the ctrl-c(SIGINT) Signal for the first time and prints a output rather and exit on pressing Ctrl-C again
Is shell script a programming language?
Explain about debugging?
how will you find the total disk space used by a specific user?
What are the various stages of a linux process it passes through?
State the advantages of shell scripting?
What are the advantages of using shell scripts?
How do you find out What is your shell?
shell script for reverse the string