Calculate a real number calculation directly from the terminal and not any shell script.
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 difference between break and continue commands?
What is the use of "$#" in shell scripting?
wats the she bang statment with syntax?
What is wc in shell script?
Explain about the exit command?
Where is bash history?
What is the meaning of $1 in shell script?
What language is used in terminal?
I want to monitor a continuously updating log file, what command can be used to most efficiently achieve this?
What is a batch file used for?
What are the different types of commonly used shells on a typical linux system?