Question
A coach sees an athlete 85 meters ahead on the track and
begins running after him. The athlete is running at a speed of 19 m/sec, while the coach runs at 24 m/sec. In how many seconds will the coach reach the athlete?Solution
ATQ,
The time taken for the coach to reach the athlete =
85 / (24 - 19) = 85 / 5 = 17 sec
Which symbol is used for variable substitution in shell scripting?
Which signal is sent by default when using kill without arguments?
Which command is used to display the current working directory?
Which symbol is used to redirect the standard output of a command to a file, appending the output to the end of the file if it already exists?
Which ETL process step validates and cleans data before loading?
Which operator enables process substitution in bash (e.g., diff <(cmd1) <(cmd2))?
Which command is used to find the number of lines, words, and characters in a file?
In shell scripting, which operator is used for string comparison?
In shell scripting, which symbol represents all files in the current directory?
A Here-Document in shell is denoted by: