Ошибка команды Bash CP со скобкой
#!/bin/bash
shopt -s extglob
cp test/!(file.txt) destination
cadot.eu
#!/bin/bash
shopt -s extglob
cp test/!(file.txt) destination