Skip to content

Instantly share code, notes, and snippets.

@Driim
Created October 22, 2018 15:45
Show Gist options
  • Select an option

  • Save Driim/5498fb2c3da0ddf94969090864221edf to your computer and use it in GitHub Desktop.

Select an option

Save Driim/5498fb2c3da0ddf94969090864221edf to your computer and use it in GitHub Desktop.
#!/bin/bash
cat $1 | grep -E -o "\b([0-9]{1,3}\.){3}[0-9]{1,3}\b" | sort -t. -n -k1,1 -k2,2 -k3,3 -k4,4 | uniq | awk -f <script_path>/script.awk > /srv/ftp/subnets.rsc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment