Question
A took loan from a bank at the rate of 15%p.a. simple
interest. After 3 years he had to pay Rs.13500 interest only for the period. The principal amount borrowed by him was:Solution
Principal = Rs. [(100 × 13500)/(15 × 3)] = Rs. 30000
How can you pass command-line arguments to a shell script?
Which command displays the manual page for another command?
Star schema consists of:
What does #!/bin/bash at the start of a script mean?
How do you access the value of a variable named `USERNAME` in a shell script?
Extended globbing in bash allows:
How do you access the value of a variable named `USERNAME` in a shell script?
Which of the following is the syntax for an `if` statement checking if a variable `NUM` is numerically equal to 5?
In shell scripting, which symbol is used to redirect the standard output to a file, overwriting its contents?
Which ETL process step validates and cleans data before loading?