unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: jadamson@partners.org (Joel J. Adamson)
To: Christian Herenz <herenz@physik.hu-berlin.de>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Using emacs in terminal of Mac OS Leopard
Date: Mon, 31 Mar 2008 15:20:07 -0400	[thread overview]
Message-ID: <87y77y66qg.fsf@W0053328.mgh.harvard.edu> (raw)
In-Reply-To: <fsq7bh$psh$1@registered.motzarella.org> (Christian Herenz's message of "Mon, 31 Mar 2008 10:28:33 +0200")

Christian Herenz <herenz@physik.hu-berlin.de> writes:

> USFstudent schrieb:
>> doing that command didn't do anything. it just gave me a new empty command
>> line
>>
>
> This command actually gives you an empty command line after it created
> the file.
>
> Maybe you should read a book about how everything on a computer works,
> before trying to sit in front of one. After you have finished your
> reading you also should read a book about the Usenet, especially the
> chapter about "HOW TO QUOTE".

Read a book or online tutorial about Unix basics.

"touch" creates a file or updates the file's modification time if it
already exists.

One of the basic tenets of Unix philosophy (that I wish people would
apply to voicemail systems) is that if a command succeeded, it doesn't
tell you anything in the interaction channel.  If it fails, then you see
the complaints.

,----
| 
| /home/joel/tmp: ZShell> touch nothing
| /home/joel/tmp: ZShell> ls -l nothing
| -rw-r--r-- 1 joel users 0 2008-03-31 15:19 nothing
| /home/joel/tmp: ZShell> screw this
| zsh: command not found: screw
| /home/joel/tmp: ZShell> 
`----

Joel

-- 
Joel J. Adamson
Biostatistician
Pediatric Psychopharmacology Research Unit
Massachusetts General Hospital
Boston, MA  02114
(617) 643-1432
(303) 880-3109
Public key: http://pgp.mit.edu

The information transmitted in this electronic communication is intended only
for the person or entity to whom it is addressed and may contain confidential
and/or privileged material. Any review, retransmission, dissemination or other
use of or taking of any action in reliance upon this information by persons or
entities other than the intended recipient is prohibited. If you received this
information in error, please contact the Compliance HelpLine at 800-856-1983 and
properly dispose of this information.







      reply	other threads:[~2008-03-31 19:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-31  2:40 Using emacs in terminal of Mac OS Leopard USFstudent
2008-03-31  4:14 ` William Xu
2008-03-31  4:24   ` USFstudent
     [not found]   ` <mailman.9683.1206937481.18990.help-gnu-emacs@gnu.org>
2008-03-31  4:43     ` Jens Teich
2008-03-31  8:28     ` Christian Herenz
2008-03-31 19:20       ` Joel J. Adamson [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y77y66qg.fsf@W0053328.mgh.harvard.edu \
    --to=jadamson@partners.org \
    --cc=help-gnu-emacs@gnu.org \
    --cc=herenz@physik.hu-berlin.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).