What is k shell?
No Answer is Posted For this Question
Be the First to Post Answer
What is egrep?
Why is used in shell scripting?
How do I run a bin bash script?
What does it mean to debug a script?
What is c in shell script?
What is the first line in every perl script called?
How to enable the shell to know what program should be run to interpret the script?
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 command line arguments? what is the need of those?
When should shell programming/scripting not be used?
How will you list only the empty lines in a file (using grep)?
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.