> The author could have at least clicked on the emacs(1) man page link > and seen the contents. I suppose that's asking too much in terms of > "research" though.
cat >/bin/emacs <<! #!/bin/rc echo 'Memory fault - core dumped' ! chmod +x /bin/emacs There. Now we have emacs. I don't like backing store, remember, and I only have 2GB on this machine. Can you run emacs with less than 2GB?
