Write a shell script to get current date, time, user name and current working directory.
No Answer is Posted For this Question
Be the First to Post Answer
What are the two files of crontab command?
how is the oppurtunities for unix in the software
How will you pass and access arguments to a script in linux?
RAM one table colums a1,a2,a3,a4 respective values 2,4,7,8 KRISH one table colums a1,a2,a3,a4 respective values 3,4,6,9 IN RAM & KRISH a4 column if comparing values RAM A4 - KRISH A4 ( 8-9 =1 THEN print 5 or (RAM) a4 value 10 KRISH a4 values 2 then 10 -2 =8 print 5*8=40 or diff 5 print same
Write a shell script to check whether a number is Armstrong number or not?
Explain about the slow execution speed of shells?
Hi, I want to practise Unix korn shell scripting which i learnt 2 yr bfr. plz suggest software i can use to practise.
how can you execute the shell scripts?
Explain about the exit command?
I want to connect to a remote server and execute some commands, how can I achieve this?
How to find duplicate record in file using shell script?
0 Answers IBM, Saama Tech, Wipro,
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.