Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

crontab use nano

// nano
export VISUAL=nano; crontab -e

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

open 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
Comment

PREVIOUS NEXT
Code Example
Shell :: find gnome shell version 
Shell :: zsh: command not found: rvm on terminal load 
Shell :: git set email for project 
Shell :: git config username and password global 
Shell :: Check if wayland or x11 is used 
Shell :: uninstall mariadb server and client in ubuntu 18.4 
Shell :: nginx.service is not active, cannot reload. 
Shell :: ubuntu settings not opening 20.04 
Shell :: centos stop apache 
Shell :: remote origin already exists 
Shell :: error: failed to synchronize all databases (invalid or corrupted database (PGP signature)) 
Shell :: vue-cli-service not found ubuntu 
Shell :: install wps ubuntu 20.04 
Shell :: enable ufw ubuntu 
Shell :: libreoffice ubuntu 
Shell :: git branch order by date 
Shell :: uninstall qt creator ubuntu 
Shell :: rename computer ubuntu 20.04 
Shell :: zoom download ubuntu 
Shell :: shutdown pc in 10 min run command 
Shell :: install amplify cli mac 
Shell :: abort cherry pick in bash 
Shell :: docker-compose force rebuild 
Shell :: Although GNOME Shell integration extension is running, native host connector is not detected 
Shell :: adb port reverse 
Shell :: install vscode using apt 
Shell :: clear ram cache ubuntu 
Shell :: kill all processes by user 
Shell :: install postman in linux 
Shell :: Failed to install gems via Bundler. 
ADD CONTENT
Topic
Content
Source link
Name
8+6 =