Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: how delete "myfile*" in unix

Re: how delete "myfile*" in unix

From: Arn Klammer <Arn.Klammer_at_austrac.gov.au>
Date: Wed, 12 Dec 2001 20:47:18 -0800
Message-ID: <F001.003DB731.20011212201019@fatcity.com>

two ways:

$ rm "myfile*"
or
$ rm myfile\*

>>> sinardyxing_at_bcs-ach.com.sg 13/12/2001 13:30:18 >>>
This message has been scanned by MAILSweeper.


Hi,

I accitentaly create a file with *

$ > myfile*

$ ls

myfile1
myfile2
myfile3
myfile*

how to delete myfile* without delete the rest of the file

Thank you

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com 
-- 
Author: Sinard Xing
  INET: sinardyxing_at_bcs-ach.com.sg 

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Arn Klammer
  INET: Arn.Klammer_at_austrac.gov.au

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Wed Dec 12 2001 - 22:47:18 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US