Hi,

Ralf Mardorf wrote:
$ echo test > \*
$ ls
*  Desktop  Downloads  hdsp.1

Any idea how I can get rid of the file named *?

#  touch \* \&
#  ls
*  &
#  find . -type f -name "\*" -print0|xargs -0 rm
#  ls


#  touch \* \&
#  find . -type f -name "\&" -print0|xargs -0 rm
#  ls
*


#  touch \* \&
#  ls
*  &
#  find . -type f -name "\&" -print0|xargs -0 rm;ls
*
#  find . -type f -name "\*" -print0|xargs -0 rm;ls


Cheers

--
Kind Regards
AndrewM

Andrew McGlashan
Broadband Solutions now including VoIP


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4e058af7.6020...@affinityvision.com.au

Reply via email to