Draft
Relative Shell navigation
Description:
Navigatie shell with relative path (cd)
In this kata you will write a function that takes two absolute paths
- The Present working directory (String) and
- The destination directory (String)
The function has to return the one time navigation relative path
that must be passed to the 'cd' command to navigate to the
specified destination.
for example:
javascript: Relativity('/root/map/lagos','/root/map/dubai')
returns
"../../dubai"
Note: This kata requires the knowledge of shell navigation
and relative/absolute path specification
Similar Kata:
Stats:
Created | Apr 21, 2022 |
Warriors Trained | 1 |
Total Skips | 0 |
Total Code Submissions | 0 |
Total Times Completed | 1 |
JavaScript Completions | 1 |
Total Stars | 0 |
% of votes with a positive feedback rating | 0% of 0 |
Total "Very Satisfied" Votes | 0 |
Total "Somewhat Satisfied" Votes | 0 |
Total "Not Satisfied" Votes | 0 |