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?
What are filters explain sort with all the options available?
What are the advantages of shell scripting?
How to debug the problems encountered in the shell script/program?
c program to implement unix/linux command to block the signal ctrl-c and ctrl-\ signal during the execution ls -l|wc -l
Write a command sequence to find all the files modified in less than 2 days and print the record count of each.
How does path variable work?
Is shell scripting easy to learn?
What does $0 mean in shell script?
Write a shell script that adds two numbers if provided as the command line argument and if the two numbers are not entered throws an error message.
How does shell scripting work?
Explain about gui scripting?
What is echo $shell?
What is the use of echo in shell script?
What is shell geeksforgeeks?