Advertisement
Guest User

Untitled

a guest
Nov 5th, 2014
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. # Sanitize the input, stripping any "AS" off the front of the string
  2. ASN=${1###ASN}
  3. ASN=${1###asn}
  4. ASN=${1##as}
  5. ASN=${1##AS}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement