Suppose there is a directory named mydir containing ...
aaa.cpp
aaa.h
bbb.cpp
bbb.h
Makefile
a
b
... where a,b are executable files. What I want to is to only copy a and b to another location.
Is it possible ? (other than by manually issuing copy a,b another_dir )