<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Riccardo Penco wrote:
<blockquote cite="mid43283095.6060601@scasinet.com" type="cite">Pietro
Bertera ha scritto:
<br>
<blockquote type="cite">On mer, 2005-09-14 at 15:57 +0200, francesco
wrote:
<br>
<br>
<blockquote type="cite">Vi faccio un giochetto:
<br>
<br>
echo "FILE MALEDETTO" > -fileMaledetto
<br>
(notate il trattino iniziale)
<br>
<br>
ora, sempre da bash e non da file manager, provate a spostare il file
<br>
in un'altra cartella o a cancellarlo !
<br>
<br>
se non riuscite al primo colpo domani vi dico come si fa (abbastanza
<br>
semplice), ma questo è un problema che mette in crisi molti script che
<br>
lavorano sui files, i quali vanno opportunamente aggiustati.
<br>
<br>
</blockquote>
<br>
<br>
rm -- -fileMaledetto
<br>
</blockquote>
<br>
oppure rm ./\-fileMaledetto
</blockquote>
Bravo !<br>
io avrei optato per <br>
rm "./-fileMaledetto"<br>
oppure <br>
<br>
se invece lo vuoi contorto: rm $(dirname
"-fileMaledetto")/"-fileMaledetto"<br>
<br>
faccio notare che -- non è solo di rm (come si vede facendo man rm e
non facendo per esempio man mv), ma della bash in generale:<br>
-- A -- signals the end of options and disables further
option processing. Any arguments after the -- are treated as<br>
filenames and arguments. An argument of - is
equivalent to --.<br>
<br>
CIAO
<div class="moz-signature">
<title>templateEmail</title>
<hr style="width: 100%; height: 2px;">
<table style="width: 100%; text-align: left;" border="1" cellpadding="1"
cellspacing="1">
<tbody>
<tr>
<td style="text-align: center;"><span
style="color: rgb(51, 51, 255);">Brisa Francesco</span><br>
Via Gabelli 16<br>
22077 Olgiate Comasco (CO)<br>
<a href="http://brisa.homelinux.net">brisa.homelinux.net</a> <a
href="mailto:francesco@brisa.homelinux.net">francesco@brisa.homelinux.net</a><br>
</td>
<td nowrap="nowrap" valign="middle"><tt><font color="#990000">
________ ______ <br>
/ ____/ / / ____/___ ____ ___ ____ <br>
/ / __/ / ______ / / / __ \/ __ `__ \/ __ \<br>
/ /_/ / /___ /_____/ / /___/ /_/ / / / / / / /_/ /<br>
\____/_____/ \____/\____/_/ /_/ /_/\____/ </font></tt></td>
<!-- <td style="text-align: right;"><img
src="file:///home/francesco/Documents/templateEmail/eupenguin.png"
alt="Euro - Linux" style="width: 71px; height: 71px;"> </td> -->
</tr>
</tbody>
</table>
</div>
</body>
</html>