Computer Science - Unix - Discussion

Discussion Forum : Unix - Section 1 (Q.No. 4)
4.
Which command is used to copy all files having the string chap and any two characters after that to the progs directory?
cp chap?? progs
cp chap* progs
cp chap[12] /progs/*.*
cp chap?? /progs/*
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
11 comments Page 2 of 2.

Bhanu said:   1 decade ago
How do we identify it to be a directory when it is not specified? can't we misinterpret to be a file?


Post your comments here:

Your comments will be displayed after verification.