Copy Multiple Files into Current Directory in Terminal on Mac - VicPhanDevOps/mac GitHub Wiki

• Type cp < path >/{< file 1 >, < file 2 >} . and press the return key to copy multiple files into the current directory.
image

• Type ls *< string in filenames > * and press the return key to sanity check the files copied to the current directly correctly.
image

⚠️ **GitHub.com Fallback** ⚠️