Bash CP -Befehlsfehler mit Klammern
#!/bin/bash
shopt -s extglob
cp test/!(file.txt) destination
cadot.eu
#!/bin/bash
shopt -s extglob
cp test/!(file.txt) destination