Question
If point P is exactly in the middle of points Y and R,
then what is the direction of point S with respect to point P? Study the following information carefully and answer the questions given below. A person from point S walks towards the west for 8 m and turns to his left at point T, from where he walks for 6 m and reaches point U. Then, he turns to his right and walks for 11 m to reach point V where he turns to his left. Then he walks for 14 m and reaches point W. He walks for 5 m after taking a left turn and reaches point X. Then he walks for 8 m towards the north to reach point Y from where he turns to his right and walks for 14 m to reach point R.Solution

How do you check the exit status of the last executed command in a shell?
Which command safely iterates over filenames that may contain spaces and newlines in a shell script?
Which command is used to search for a pattern in files?
Which construct replaces a command with its output in a POSIX shell?
Which symbol is used to make a script executable in Linux?
What does $# represent in a shell script?
To check if a file /tmp/data.txt is both readable and writable by the current user in a shell conditional, which test is correct?
How can you pass command-line arguments to a shell script?
Which command is used to display the last 10 lines of a file in Linux?
Which command is used to make a shell script executable?