I want to take backup of selective files say *.py under a directory. How can i do that?
Please help me to achieve it.
|
feedback
|
|
Actually, you'd probably want something more like
The first example would only get *.py files one level deep. | |||
|
feedback
|
|
In order to accommodate possible filenames with spaces and do a recursive search, use:
| |||||
feedback
|