What is the use of "$?" Sign in shell script?
No Answer is Posted For this Question
Be the First to Post Answer
What is $1 in 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.
What is the equivalent of a file shortcut that we have a window on a linux system?
What is shell environment?
How will you print the login names of all users on a system?
Write a shell script to check whether a number is Armstrong number or not?
What is the syntax of "grep" command?
How will you connect to a database server from linux?
What is bourne shell scripting?
What language is used in terminal?
Write a shell script to get current date, time, user name and current working directory.
How do I run a bin bash script?