How to write a function?
No Answer is Posted For this Question
Be the First to Post Answer
What does $@ mean bash?
Please give me example of " at command , contrab command " how to use
Where cron file kept?
How to declare functions in unix shell script?
How do you rename the files(*.sh) with file names containing space in it?for example "interview question.sh" needs to rename to "interview-question.sh". Appreciate your inputs.Thanks.
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 sh & bash shell?
What are the 3 standard streams in linux?
What is mac default shell?
How to pass an argument to a script?
How to write a function?
how to print the matrix form of 2-d, 3-d arrays in unix c shell scripts ?