The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > SUN Solaris
Google UNIX.COM



Thread: Cron issue
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 05-11-2008
sparcguy sparcguy is offline
Registered User
 

Join Date: Nov 2006
Posts: 252
you never mentioned what shell you are using?

The command you typed only works for ksh

do an echo $SHELL and see what it says.

if you are using bourne shell then the command is in complete

the complete command to export EDITOR or export anything under bourne shell is ..

EDITOR=vi;export EDITOR
Reply With Quote