Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #! /bin/bash
- files=(R1.cfg R2.cfg)
- for file in "${files[@]}" ; do
- awk -f a.awk "$file" FS=, config.csv
- done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement