Question
In each of the given number-clusters, the number on the
right side of = (the equal to sign) is calculated by performing certain mathematical operations on the two numbers on the left of = (the equal to sign). All three number-clusters follow the same pattern. Select the number from among the given options that can replace the question mark (?) in the third number-cluster 8, 35 = 29 10, 48 = 52 12, 57 = ?Solution
82 β 35 = 29 102 β 48 = 52 122 β 57 = 87
What does #!/bin/bash at the start of a script mean?
Extended globbing in bash allows:
Which operator enables process substitution in bash (e.g., diff <(cmd1) <(cmd2))?
Which symbol is used for logical AND in shell scripting?
Which command is used to search for a pattern in files?
Which operator enables process substitution?
Which symbol is used in shell scripting to reference a positional parameter, e.g., the first argument passed to a script?
Which operator is used to append output to a file?
Which command is used to read user input from the keyboard and store it in a variable?
In shell scripting, how do you assign the string "Hello World" to a variable named `MESSAGE`?