• durinn@programming.dev
    link
    fedilink
    English
    arrow-up
    13
    ·
    11 days ago

    I just do the typical

    sh -c "$(sudo find / -name 'mkdir' | grep -o 'mkdir' | head -n 1) '$(echo newDir)'"

    but to each their own I guess.