[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: deleting ~



On Sun, Feb 11, 2001 at 08:40:23PM +0100, Attila Csosz wrote:
> I've a ~ (1 char) named directory in my home directory :)
> How could I delete it?

quote it so the shell doesn't 'interpret' it.

% echo ~
/home/yourlogin
% echo \~
~
% echo '~'
~
% mv \~ somethingSensible

-- 
It is always hazardous to ask "Why?" in science, but it is often
interesting to do so just the same.
		-- Isaac Asimov, 'The Genetic Code'

will@serensoft.com    ***    http://www.dontUthink.com/

http://groups.yahoo.com/group/newbieDoc -- next week's
newbie needs your brain: document your experience today!



Reply to: