Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add documentation for multi-dot paths #1225

Open
kit494way opened this issue Jan 21, 2024 · 1 comment
Open

Add documentation for multi-dot paths #1225

kit494way opened this issue Jan 21, 2024 · 1 comment

Comments

@kit494way
Copy link
Contributor

Multi-dots (e.g. ...) is recognized as ancestor directory as follows

❯ pwd
/tmp/one/two/three

❯ do { cd ..; pwd }
/tmp/one/two

❯ do { cd ...; pwd }
/tmp/one

❯ do { cd ....; pwd }
/tmp

But this is only mentioned briefly in a release note and in spread operator section of the documentation.

I think it would be helpful to create a dedicated section on the page of moving around, and make links to the section from pages of cd and mv etc.

@fdncred
Copy link
Collaborator

fdncred commented Jan 21, 2024

Sounds good. Thanks for the suggestion.

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

No branches or pull requests

2 participants