What is awk in shell scripting?
No Answer is Posted For this Question
Be the First to Post Answer
What does $0 mean in shell script?
What is the difference between a 'thread' and a 'process'?
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 a shell environment?
What is basename in shell script?
how to get part of string variable with echo command only?
What are the zombie processes?
What is Path variable?What is its use?
How to know that your remote server is ruing smoothly or not in unix?
What is @echo off?
Which is better perl or shell scripting?
What is the significance of the shebang line in shell scripting?