Shell scripts and one liners
Wednesday, January 20, 2016
cp to Multiple Destinations - cpm
alias
cpm
=
'_
()
{
src
=
"${1%/}"
;
shift
;
printf
"\"
%s\
" "
"$@"
| xargs -n 1 cp -vR
"${src}"
;
}
; _'
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment