I have a bunch of hidden files in a directory in AIX. I would like to move these hidden files as regular files to another directory.
Say i have the following files in directory /x
i would like to move them to directory /y as
Can you please let me know the best way to do this ? Appreciate your help.
Warm Regards.
Say i have the following files in directory /x
Code:
.test~1234~567
.report~5678~123
.find~9876~576
Code:
test~1234~567
report~5678~123
find~9876~576
Warm Regards.