Question
A’s age is 120% of what he was 5 years ago, But 40% of
what it will be after 5 years. What is his present age?Solution
Let present age of A be x years. => 120% of (x - 5) = 40% of (x + 5) => 3(x - 5) = (x + 5) => 3x – 15 = x + 5 => x = 10 years
Which command displays the manual page for another command?
How can you make a shell script executable?
Which character is used to denote a single-line comment in a shell script?
In shell scripting, which operator is used for string comparison?
In shell scripting, how do you assign the string "Hello World" to a variable named `MESSAGE`?
Which command is used to search for a string inside a file?
Metadata in a data warehouse primarily describes:
Which character is used to denote a single-line comment in a shell script?
Which command is used to display the current working directory in a Unix-like operating system?
Which operator is used to append output to a file?