Skip to content

Add challenge 39#1

Open
Oxke wants to merge 3 commits into
toolleeo:mainfrom
Oxke:main
Open

Add challenge 39#1
Oxke wants to merge 3 commits into
toolleeo:mainfrom
Oxke:main

Conversation

@Oxke

@Oxke Oxke commented Mar 9, 2026

Copy link
Copy Markdown

I added a challenge that can be solved using also xargs or similar.

Oxke added 3 commits March 7, 2026 00:38
I added another simple challenge, similar to `cd_permission`. A big
difference, however, is that since one would have to `cd` 100 times
before reaching the end, it's better to find another way.

In particular, all of the folders' names are presented as files in
`workspace`. The player has to just sort them (or realize they are
already sorted from ls) and paste them together forming a path.
A better explanation and an example is given in the challenge's
description.

Here is a base64-encoded solution:
```Y2F0IGBscyB8IHBhc3RlIC1zZCAvYAo=```
to decode it you just need to run the `echo {ENC} | base64 -d`

I placed it after cd_permission since it's similar.
@Oxke

Oxke commented Jun 6, 2026

Copy link
Copy Markdown
Author

I just added another (much easier) challenge (there are more details in the commit message and challenge description)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant