Re: Help
Joe Conway <jconway2@home.com>
From: "Joe Conway" <jconway2@home.com>
To: "Mohamed ebrahim" <mohdebrahim@yahoo.com>, <pgsql-sql@postgresql.org>
Date: 2001-03-26T15:56:54Z
Lists: pgsql-sql
> Thanks for your valuable information. I tried the > cron. i typed > cron -e > and entereed into the input area. but i don't know how > to save the cron file. I pressed ctrl+z and came out > from cron. but i edit the cron file i found nothing on > it.(i.e using pico filename.) Please tell me some > description how to save the file in cron and to achive > this. I will be thankful to you. > Instead of "ctrl+z", press ":wq" (colon for command mode, w for write, q for quit). This assumes that vi is your default editor. Joe