Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

bash cp command error with parenthesis

#!/bin/bash
shopt -s extglob
cp test/!(file.txt) destination
Source by askubuntu.com #
 
PREVIOUS NEXT
Tagged: #bash #cp #command #error #parenthesis
ADD COMMENT
Topic
Name
6+2 =