I am tired of creating a file with nano, saving it and then making it executable. Is there a command that makes it in one step?

  • 2xsaiko
    link
    fedilink
    arrow-up
    2
    ·
    1 month ago

    install -m755 /dev/null target was the first thing I thought of. I would never use this but it is a single command.