2014-06-11 22:55:53 +08:00
|
|
|
# Function to copy files and directories (a.txt copy to a.txt.20140608_195859.bak)
|
|
|
|
# (c) Roman Inflianskas (rominf) <infroma@gmail.com>, 2014
|
|
|
|
|
|
|
|
function cpbak
|
2014-08-22 03:17:24 +08:00
|
|
|
__bak cpbak 'cp -a' $argv
|
2014-06-11 22:55:53 +08:00
|
|
|
end
|