I'm wondering if anybody knows how to find a pattern and then move it to a different location.
For example, I have many files named:
odbc.ini_20110630
odbc.ini_20110639
odbc.ini_20110643
etc...
I want to search the pattern of just odbc.ini
and move all of them to a different folder.
I'm not too familiar with how to execute two commands at one time (piping).
destination
directory? If that happens, I am afraid the answer is yes, except for the last moved file which will be nameddestination
. – unxnut Oct 21 '13 at 01:02