bug-coreutils
[Top][All Lists]
Advanced

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

bug#31013: mv utility bug or how to create `hairy eyes` directory


From: Pádraig Brady
Subject: bug#31013: mv utility bug or how to create `hairy eyes` directory
Date: Sat, 31 Mar 2018 15:52:05 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0

tag 31013 notabug
close 31013
stop

On 31/03/18 12:55, Andry wrote:
> Hello Bug-coreutils,
> 
> Seems this bug has waited ages before anybody has noticed it.
> I   am   not   a   Linux  fan,  but  this one bug was my most one-shot-bug
> I've  ever  catched from a thing first time usage (VirtualBox Linux Mint 18.3
> x64). Am I cursed?
> 
>> cd ~
>> mkdir 1
>> mkdir 2
>> mv 1 "2/*.*"
>> cd 2
>> ls
> *.*
> 
> Why these 2 hairy eyes look at me?

lol. Never heard this referenced as hairy eyes before :)
This is nothing to do with mv, rather the quoting applied by your shell.
Compare and contrast:


echo "hairy eyes: *.*"
echo "hairy eyes:" *.*

cheers,
Pádraig





reply via email to

[Prev in Thread] Current Thread [Next in Thread]