one folder contains lot of students name but I want to fetch hello with every student name individually using shell script
No Answer is Posted For this Question
Be the First to Post Answer
write a shell script that counts a number of unique word contained in the file and print them in alphabetical order line by line?
How to add some content in any file at some desired location without using VI or some other editor in UNIX
Explain how you Automate your application using Shell scripting.
In which variable prompt value is stored?
how to separate the even and odd number generated from one file to two separate file i.e. even numbers in file1.txt and odd numbers in file2.txt
How to modify the PATH variable and make it executable?
What is a batch file used for?
What is the use of .sh file?
How do I stop script errors?
Create a bash shell script that reads a line from the user consisting of 5 words and then prints them out in reverse order. Name this script "reverse.sh"
What is another name for a bash shell script that you might see?
What is use of "cut" command?