Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by whitelisting our website.

Basic of linux unix

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

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

A. cp chap?? progs
B. cp chap* progs
C. cp chap[12] /progs/*.*
D. cp chap?? /progs/*

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

Basic of linux unix