“Offene Crontab in Nano” Code-Antworten

Crontab verwenden Nano

// nano
export VISUAL=nano; crontab -e

// vim
export VISUAL=vim; crontab -e
GutoTrosla

Offene Crontab in Nano

EDITOR=nano crontab -e. This will use nano only for that execution. 
alias crontab='EDITOR=nano /usr/bin/crontab' This will work on your current session
Sachin

Ähnliche Antworten wie “Offene Crontab in Nano”

Fragen ähnlich wie “Offene Crontab in Nano”

Weitere verwandte Antworten zu “Offene Crontab in Nano” auf Shell/Bash

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen