What is the syntax of while loop in shell scripting?
No Answer is Posted For this Question
Be the First to Post Answer
Write a shell script in Linux to shift all characters in a file forward by five characters. (Thus “a” becomes “f’”).
2 Answers Ignou, Tripura Info,
How do you rename the files(*.sh) with file names containing space in it?for example "interview question.sh" needs to rename to "interview-question.sh". Appreciate your inputs.Thanks.
what is "umask"?
Tell something about the super block in shell scripting?
What is bash used for?
How will I insert a line "abcdef" at every 100th line of a file?
There is a record with fields namely name,roll no.,salary,grade etc.Now,write a script to create a file with multiple records have same combination of fields but with unique roll numbers.The script should work for different names in the input file.
How will you find the 99th line of a file using only tail and head command?
How are shells born?
What can scripts do?
What is the conditional statement in shell scripting?
I want to create a directory such that anyone in the group can create a file and access any person's file in it but none should be able to delete a file other than the one created by himself.