CrazedNerd
Active Member
i'm currently using "The Linux Command Line" by william shotts, second paperback edition, and i have to say it's a great and current book. I only found one thing so far (i'm on page 40), that doesn't work: he says "cp -r dir1 dir2" will copy contents from the first directory to the second, but it doesn't. You have to do it like this: "cp dir1/* dir2".