BASH Reference

BASH Copying multiple files using the cp command

The man pages for the cp command don't tell you how you can copy multiple files and directories in one command. It's actually quite simple:

BASH use grep to find files containing text

You can use GNU grep to search a whole directory and print out all files containing a certain string. Very handy indeed. Here's an example

BASH Find Bash

find by name

[x]