Error de comando de cp bash con paréntesis
#!/bin/bash
shopt -s extglob
cp test/!(file.txt) destination
cadot.eu
#!/bin/bash
shopt -s extglob
cp test/!(file.txt) destination