What is subshell?
No Answer is Posted For this Question
Be the First to Post Answer
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 is the basic difference you find between a shell script and perl?
write a shell script that accepts name from user and creates a directory by the path name, then creates a text file in that directory and stores in it, the data accepted from user till STOP, displays the no. of characters stored in the file.Program stops if directory name is null
What is scripting autism?
What is the difference between scripting and coding?
Explain about the exit command?
What is a program shell?
How do I stop script errors?
If you have a string "one two three", which shell command would you use to extract the strings?
What is shell terminal?
Why do we use shell scripting?
How to sort a result of Ls -l command based on columns. Ex. i want to sort 5th column from output of ls -l command.