LinearArray to Programmer [email protected]English • 2 years agoMy wife was unimpressed by Vimprogramming.devimagemessage-square184fedilinkarrow-up1968arrow-down119
arrow-up1949arrow-down1imageMy wife was unimpressed by Vimprogramming.devLinearArray to Programmer [email protected]English • 2 years agomessage-square184fedilink
minus-square@[email protected]linkfedilink2•2 years agoI guess shell languages can’t do this: export EDITOR=case "$OSTYPE" in linux*) nano ;; freebsd*) ee ;;
minus-square@[email protected]linkfedilink2•edit-22 years agoThat would be too smart. Smells like kotlin’s when
minus-square@[email protected]linkfedilink2•2 years agoPut backticks around the entire case statement, and you can.
I guess shell languages can’t do this:
export EDITOR=case "$OSTYPE" in linux*) nano ;; freebsd*) ee ;;
That would be too smart. Smells like kotlin’s when
Put backticks around the entire case statement, and you can.