Why mv have no '-R'
- From: Listen Up <kooperkool@xxxxxxxxx>
- Date: Sat, 5 Jan 2008 01:12:14 -0800 (PST)
Copy the content of dir1 into dir2,
$ cp -R dir1 dir2
but move the dir1 into dir2, just need
$ mv dir1 dir2
why no '-R'? It came up when I learn the bash basics.
.
- Follow-Ups:
- Re: Why mv have no '-R'
- From: Maxwell Lol
- Re: Why mv have no '-R'
- From: Friedrich Dominicus
- Re: Why mv have no '-R'
- Prev by Date: Re: listing all words starting with $
- Next by Date: Re: Why mv have no '-R'
- Previous by thread: listing all words starting with $
- Next by thread: Re: Why mv have no '-R'
- Index(es):