Relative Content

Tag Archive for linuxrustgnubusybox

How to write pushd/popd in Rust (for Linux)?

Background Long story short, I’m using an Alpine container that has BusyBox as its Shell implementation. Honestly, the more I’ve used it, the more comfortable I’ve become with it, but it’s missing one of my preferred Shell builtins: pushd and popd. I wrote a simplistic implementation in a *.sh file, and you can find it […]