Fun with ed
From Brandonhutchinson.com
(Difference between revisions)
(New page: Today (2008/07/25) is the first time I've ever had to use '''ed''', the "standard editor." # '''EDITOR=vi crontab -e''' Unable to find the terminfo database: No such file or directory ...) |
|||
| (One intermediate revision not shown.) | |||
| Line 4: | Line 4: | ||
Unable to find the terminfo database: No such file or directory | Unable to find the terminfo database: No such file or directory | ||
The crontab file was not changed. | The crontab file was not changed. | ||
| + | |||
| + | This server is being retired in a few days, so I won't try to figure out what happened to '''/usr/share/lib/terminfo'''. | ||
# '''crontab -e''' | # '''crontab -e''' | ||
Current revision
Today (2008/07/25) is the first time I've ever had to use ed, the "standard editor."
# EDITOR=vi crontab -e Unable to find the terminfo database: No such file or directory The crontab file was not changed.
This server is being retired in a few days, so I won't try to figure out what happened to /usr/share/lib/terminfo.
# crontab -e 307 n 9 0,30 * * * * /var/cfengine/bin/cfexecd -F #cf.cfexecd d w 253 q
