Answers for "bash cp command error with parenthesis"

0

bash cp command error with parenthesis

#!/bin/bash
shopt -s extglob
cp test/!(file.txt) destination
Posted by: Guest on March-22-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language