That's because with zip (and tar, and other archivers) you can have multiple items to move to a destination archive.
You can also do that with cp and mv if you need to, using `-t`. `cp -t .dotfiles/ .nanorc .bash*`. Generally more useful when you want to move a bunch of files around.
hibbelig|6 years ago
efreak|6 years ago
You can also do that with cp and mv if you need to, using `-t`. `cp -t .dotfiles/ .nanorc .bash*`. Generally more useful when you want to move a bunch of files around.
OJFord|6 years ago
Zip does indeed break the 'rule', but this is not an excuse, cp and mv manage just fine with:
Which is why I said the 'last' rather than 'second'.