romach
4/11/2017 - 5:57 PM

Copy files with wildcard

Copy files with wildcard

for file in binlog.*; do cp "$file" "/destination/${file}";done