Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: How to remove a line from a file?
Date: Thu, 30 Aug 2007 21:10:06 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 3
Message-ID: <fb7bne$qif$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1188508206 27215 172.30.248.38 (30 Aug 2007 21:10:06 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 30 Aug 2007 21:10:06 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1030060
Xref: news.mathworks.com comp.soft-sys.matlab:426377



If I have a text file with several lines of string data and
I want to remove a complete line from the file (say, the
first line), what is the best way to do that? Thanks