Usage: 
		cp [options] <source> <dest>
		cp [options] <source>... <directory>
    
		sxx
		mkdir -vp /System.Base
		cp -v /mnt/sx/system/System.Base/*.cm /System.Base
	
| long option | short option | description | 
|---|---|---|
| ‑‑help | ‑h | Print help and exit. | 
| ‑‑verbose | ‑v | Be verbose. | 
| ‑‑recursive | ‑r | Copy directories recursively. | 
| ‑‑update | ‑u | Copy only if source newer than target or target does not exist. |