On 8/12/22 08:49, Amn wrote:
In learning how to create shell script files, I have come across the
need to move/copy files from one HDD to an external HDD. In MS I would
just "copy c:*.doc b:alldocs", but in Linux is a bit different. How do I
do that in Linux?
Any help would be most appreciated.
I suggest that you buy and read "Learning the Unix Operating System":
https://www.oreilly.com/library/view/learning-the-unix/0596002610/
It will teach you how to use a terminal, shell commands, and userland
programs (such as cp(1)).
David