help removing a file

andrew.d.hay mvadh at cbnews.att.com
Thu Sep 6 21:06:57 AEST 1990


In article <1990Sep5.180847.21767 at zaphod.mps.ohio-state.edu>, harmon at function.mps.ohio-state.edu (Jim Harmon) writes:
> Could someone someone help me with removing a file. On our system we have a
> file that appears as zhang?evai.tex when doing a `ls` but a tab completion
> says it's zhangNevai.tex. I've tried putting a back slash in front of the ?
> and quoting the whole name. I even tried doing `rm -i *` and it matches
> zhangNevai.tex but says there's No such file or directory.

also try ls -lb; the l will give you lots of infornation such as size,
type, permissions, etc. and the b will print control characters (if
any) in the name as \XXX.

-- 
Andrew Hay		+------------------------------------------------------+
Ragged Individualist	| 	You just have _N_O idea!  It's the difference    |
AT&T-BL Ward Hill MA	|	between _S_H_O_O_T_I_N_G a bullet and _T_H_R_O_W_I_N_G it!     |
a.d.hay at att.com		+------------------------------------------------------+



More information about the Comp.unix.admin mailing list