!#/bin/bash
curl https://www.cdfangxie.com/Infor/type/typeid/36.html | awk ‘{for(i=1;i<=NF;i++){print $i}}’ | grep $1 | cut -c 34-60 |sed ‘s/[a-zA-Z0-9[:punct:]]//g’
红色部分为房协网预售项目展示网页
$1为参数,执行此shell脚本的时候传入即可,传入格式为xx-xx ,例如07-25
!#/bin/bash
curl https://www.cdfangxie.com/Infor/type/typeid/36.html | awk ‘{for(i=1;i<=NF;i++){print $i}}’ | grep $1 | cut -c 34-60 |sed ‘s/[a-zA-Z0-9[:punct:]]//g’
红色部分为房协网预售项目展示网页
$1为参数,执行此shell脚本的时候传入即可,传入格式为xx-xx ,例如07-25
让时间为你证明