What does debug script mean?
No Answer is Posted For this Question
Be the First to Post Answer
What is shell geeksforgeeks?
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.
How can I send a mail with a compressed file as an attachment?
Why is used in shell scripting?
How do you print the output the same string which is typed in command line. how do you write the shell script or command for this. if i entered "Hello" in command line, it should print 'Hello', if i say "Hello Welcome", i should get the "Hello Welcome" as output.?
how to read systems current date and time
What is MUTEX?
What is an sh file?
Why is the use of shell script?
What is meant by dos operating system?
Create a bash shell script to sort and then uniq the file from the command line & store it to a new file and output the results to the screen. Name this script "sortAndUniq.sh"
How do I start a shell script?