What is awk in shell scripting?
No Answer is Posted For this Question
Be the First to Post Answer
What is shell environment?
How to print pid of the current shell?
What is mac default shell?
how did u debugging in unix/ linux platform ??( project Related)
how to print the matrix form of 2-d, 3-d arrays in unix c shell scripts ?
Hi, all Scripting professional. Q. I have written script1.sh and calling script2.sh in script1.sh file using bash shell as interpreter and my log in shell also bash shell.My code like Script1 #!/bin/bash echo "My script2 call" . script2.sh Here script2.sh file run successfully but when I have changed my interpreter bash to ksh like #!/bin/ksh Error are comming script2.sh command not found. Guid me how to call other script in our main script.
What is a shell? · Types of shell · what is shell scripting?
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.
Determine the output of the following command: name=shubham && echo ‘my name is $name’.
How will you print the login names of all users on a system?
Explain about non-login shell files?
How would you print just the 25th line in a file using smallest shell script?