Last active
          January 6, 2016 08:04 
        
      - 
      
- 
        Save linrock/1689560 to your computer and use it in GitHub Desktop. 
    Fetch the alexa rank of a domain
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/bin/bash | |
| curl -s "http://www.alexa.com/siteinfo/$1" | grep -Po "^([\d,]+)\s+" | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment