help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Using emacs in terminal of Mac OS Leopard


From: Joel J. Adamson
Subject: Re: Using emacs in terminal of Mac OS Leopard
Date: Mon, 31 Mar 2008 15:20:07 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

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 via email to

[Prev in Thread] Current Thread [Next in Thread]