RosettaCodeData/Task/Find-common-directory-path/J/find-common-directory-path-2.j
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

5 lines
203 B
Text

paths=: '/home/user1/tmp/coverage/test';'/home/user1/tmp/covert/operator';'/home/user1/tmp/coven/members'
getCommonPrefix >paths
/home/user1/tmp/cove
'/' getCommonDirPath paths
/home/user1/tmp/