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 :: shell themes for ubuntu 
Shell :: print file size in mb linux 
Shell :: git how to track files 
Shell :: bash shell for windows 
Shell :: admob expo 
Shell :: search for substring 
Shell :: take a screenshot linux terminal 
Shell :: copy branch to master 
Shell :: redis dockerhub 
Shell :: how to install macos from usb 
Shell :: github to gitlab 
Shell :: bash list columns 
Shell :: poetry create requirements.txt python 
Shell :: ssh to lightsail 
Shell :: how to install rpm package opensuse 
Shell :: nano move line up 
Shell :: Install Deno - Scoop (Windows) 
Shell :: ansible ssh on different port 
Shell :: bash source in lxc 
Shell :: compile protobufs to c code 
Shell :: docfetcher ubuntu 
Shell :: install rubygems version =2.3.0 
Shell :: Error when install irazasyed/telegram-bot-sdk in laravel 8 
Shell :: Setting File Permission Allow Webserver di linux 
Shell :: example use & 
Shell :: extract path from url sed 
Shell :: revolution of the daleks download 
Shell :: sc windows 
Shell :: keeping web server alive when terminal is off 
Shell :: how to acess folder with space in name in terminal 
ADD CONTENT
Topic
Content
Source link
Name
1+3 =