If there is a Directory A another directory B is sub dir. of A
B contains two files named - fil1 and fil2
I am currently in Dir. A
I want to copy it to dir Z ... the path of Z is A/X/Z
for copying single file ... fil1 in this case will be copied to dir Z
source destination
But what if we want to copy fil1 and fil2 at the same time. Is it possible using cp command?
cp B/fil1 fil2 X/Z this doesn't work