<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-15"
 http-equiv="Content-Type">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
<br>
<br>
Le 05/10/2010 12:44, Donk a écrit :<br>
<span style="white-space: pre;">> Le 05/10/2010 11:48, Olivier
PAVILLA a écrit :<br>
><br>
> > Sur mon serveur ubuntu, il y a un fichier que je ne peux ni<br>
> renommer ni<br>
> > copier/déplacer.<br>
><br>
> > Lorsque je fais un ls -alh Ca me donne ça :<br>
> > -rwxrwxr-x    1 11856    olivier      162 oct 29  2007
~$nvention vae<br>
> > aef 2007.doc<br>
><br>
><br>
> > Quelqu'un a t-il une idée de la façon d'effacer ce fichier?<br>
></span><br>
Bonsoir.<br>
<br>
Il faut échapper les caractères spéciaux comme les espaces.<br>
Donc :<br>
rm ~$nvention\ vae\ aef\ 2007.doc'<br>
<br>
Philippe<br>
<br>
</body>
</html>