Unix
Which command is used to copy all files having the string chap and any two characters after that to the progs directory?

cp chap[12] /progs/*.*
cp chap?? progs
cp chap?? /progs/*
cp chap* progs

ANSWER DOWNLOAD EXAMIANS APP

Unix
The cp command uses:

neither standard input nor standard output file
standard output file
both input and output file
standard input file

ANSWER DOWNLOAD EXAMIANS APP