Created
          July 9, 2024 12:51 
        
      - 
      
- 
        Save khairulhasanmd/1bbb8b5d14d4ed5861d74929fdc0cc08 to your computer and use it in GitHub Desktop. 
    WebCrawler
  
        
  
    
      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
    
  
  
    
  | nano ~/.bashrc | |
| press ctrl+end and put there: | |
| crwl() { | |
| wget --tries=inf --timestamping --recursive --level=inf --convert-links --page-requisites --no-parent "$@" | |
| } | |
| ctrl+O | |
| . ~/.bashrc | |
| crwl www.google.com | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment