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
Why is used in shell scripting?
What does $$ mean in shell script?
Determine the output of the following command: [ -z “” ] && echo 0 || echo 1
What is option in shell script?
How do you debug a script?
Explain about stdin, stdout and stderr?
How to make userdefined variables to available for all other shells?
How would you print just the 25th line in a file using smallest shell script?
Suppose you execute a command using exec, what will be the status of your current process in the shell?
c program which accept one argument as a directory name and prints all the file name along with its inode number and total count of the file in directory
How can I Debug a shell scripts and Perl scripting?? or How do you debug a shell scripting and perl scripting ( at the compile time error or run time error) in Unix environment ?
How to get the 3rd element/column from each line from a file?