Copying all but today’s files
February 25th, 2010
I’d put some new files into a folder before remembering to mothball all the old files:-
Here is a zsh solution:-
>mv *.*(^m-1) ./old
I’d put some new files into a folder before remembering to mothball all the old files:-
Here is a zsh solution:-
>mv *.*(^m-1) ./old