How to check if the previous command was run successfully?
No Answer is Posted For this Question
Be the First to Post Answer
In a single command how do you run the previous command in the command prompt.
Which shell is the best?
What is sed in shell script?
What's the difference between scripting and coding?
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 significance of the shebang line in shell scripting?
Is bash a shell script?
In my bash shell I want my prompt to be of format '$"present working directory":"hostname"> and load a file containing a list of user-defined functions as soon as I log in, how will you automate this?
What is Path variable?What is its use?
What are different types of shell?
c program to check whether all the directories in the path exists has read and write permission
Print a given number, in reverse order using a shell script such that the input is provided using command line argument only.