What is the command to find out today's date?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Shell Script Interview Questions

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?

0 Answers  


In shell scripting if text is surrounded by single quotes what does it denotes?

3 Answers  


How u convert string "hi pravin how are you?" to "Hi Pravin How Are You?"

12 Answers   Cap Gemini,


Write a shell script that adds two numbers if provided as the command line argument and if the two numbers are not entered throws an error message.

0 Answers  


What does debug script mean?

0 Answers  






what does "kill -9" and "kill -1" do

2 Answers   Amazon,


Determine the output of the following command: name=shubham && echo ‘my name is $name’.

0 Answers  


What are the different types of shell scripting?

0 Answers  


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.

2 Answers   Wipro,


Is bash an operating system?

0 Answers  


Is shell script a programming language?

0 Answers  


How to change our default shell?

5 Answers  


Categories