Advertisement
hakonhagland

Parse many routers

Mar 18th, 2014
348
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. #! /bin/bash
  2.  
  3. files=(R1.cfg R2.cfg)
  4.  
  5. for file in "${files[@]}" ; do
  6. awk -f a.awk "$file" FS=, config.csv
  7. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement