mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* cp: incorrect behaviour when copying recursively
@ 2017-04-14 10:10 Peter Mamonov
  2017-04-19  8:07 ` Sascha Hauer
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Mamonov @ 2017-04-14 10:10 UTC (permalink / raw)
  To: barebox

Hi,

The "cp -r <src> <dst>" command omits top directory, when the trailing "/" is 
present in the <src> string. Here is the test case:

	barebox@barebox sandbox:/test mkdir d1
	barebox@barebox sandbox:/test echo -o d1/f1 1
	barebox@barebox sandbox:/test mkdir d2       
	barebox@barebox sandbox:/test cd d2
	barebox@barebox sandbox:/test/d2 cp -r ../d1/ . 
	barebox@barebox sandbox:/test/d2 ls
	.     ..    f1    
	barebox@barebox sandbox:/test/d2 cp -r ../d1 . 
	barebox@barebox sandbox:/test/d2 ls
	.     ..    d1    f1    

	barebox@barebox sandbox:/test/d2 version 
	
	barebox 2017.04.0-00169-g90e7a35e6 #1 Fri Apr 14 12:46:09 MSK 2017

Regards,
Peter

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-04-21 16:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-14 10:10 cp: incorrect behaviour when copying recursively Peter Mamonov
2017-04-19  8:07 ` Sascha Hauer
2017-04-21 16:53   ` Peter Mamonov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox