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 can any user find out all information about a specific user like his default shell, real-life name, default directory, when and how long he has been using the system?
one folder contains lot of students name but I want to fetch hello with every student name individually using shell script
What is the meaning of $1 in shell script?
Explain about login shell?
What language is used in terminal?
What is echo in shell?
What are the types of script?
Differentiate between ‘ and ” quotes.
What language is shell scripting?
How to get the 3rd element/column from each line from a file?
How does ls command work?
c program to display the information of given file similar to givan by the unix or linux command ls -l
How do I open the shell prompt?
State the advantages of shell scripting?
Explain about sourcing commands?