What is echo in shell?
No Answer is Posted For this Question
Be the First to Post Answer
What is the way to do multilevel if-else's in shell scripting?
What is a shell? · Types of shell · what is shell scripting?
A file has multiple records each having three 30-bit long fields(field1,field2,field3).There is also a lookup file,LOOK_UP.dat.Now, we need to consider only the last ten digits of field1 and lookup the file LOOK_UP.dat. If there a match then field2 and field3 should replaced with corresponding data from the lookup file. otherwise that particular record,for which there is no match, should be stored in a seperate file.
What are the different kinds of loops available in shell script?
How can you get the value of pi till a 100 decimal places?
What is shell and terminal?
How do you print the output the same string which is typed in command line. how do you write the shell script or command for this. if i entered "Hello" in command line, it should print 'Hello', if i say "Hello Welcome", i should get the "Hello Welcome" as output.?
What is basename in shell script?
What is the syntax of "grep" command?
How do I set bash as default shell mac?
c program to check whether all the directories in the path exists has read and write permission
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.