What will happen to my current process when I execute a command using exec?
No Answer is Posted For this Question
Be the First to Post Answer
What are zombie processes?
How do I open a jshell in cmd?
What are the advantages of shell script?
What is shell application?
What does echo $0 do?
Hi All, Is it possible to create one file name only space or space in file name in UNIX and we can able to run that on Unix?
How to initialize a directory size to a variable??
What is shell scripting used for?
What is option in shell script?
how can you execute the shell scripts?
Write a shell script to check whether a number is Armstrong number or not?
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.