You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
It says that
You can do all the normal shell operations like piping, file redirection, and running programs.
However, the bash commandpushd <some_dir>
doesn't work in thedunesh
. Any reason why?The text was updated successfully, but these errors were encountered: