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

Not all bash commands work in dunesh. Why? #97

Open
stustd opened this issue Sep 30, 2024 · 1 comment
Open

Not all bash commands work in dunesh. Why? #97

stustd opened this issue Sep 30, 2024 · 1 comment

Comments

@stustd
Copy link

stustd commented Sep 30, 2024

It says that You can do all the normal shell operations like piping, file redirection, and running programs. However, the bash command pushd <some_dir> doesn't work in the dunesh. Any reason why?

@whogotpwned
Copy link

I think pushd is a shell builtin, not a separate executable binary. It's specific to certain shells like Bash and is not part of the POSIX standard set of commands.

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