• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/rom/webs_scripts/

Lines Matching refs:grep

45 		if [ "`echo $line | grep INDEX`" != "" ]; then
46 index=`echo $line | grep INDEX | sed 's/.*#SN_//;'`
59 if [ "`echo $line | grep $model`" != "" ]; then #Parsing single model
60 EQ_qual=`echo $line | grep $model | sed 's/.*#EQ_//;' | sed 's/#.*//;'`
61 FW=`echo $line | grep $model | sed 's/.*#FW//;' | sed 's/#.*//;'`
64 EXT=`echo $line | grep $model | sed 's/.*#EXT//;' | sed 's/#.*//;'`
67 hint=$hint++`echo $line | grep $model | sed 's/.*#NC_//;' | sed 's/#.*//;'`
71 hint=$hint++`echo $line | grep $model | sed 's/.*#NC_//;' | sed 's/#.*//;'`
73 hint=$hint++`echo $line | grep $model | sed 's/.*#NC_//;' | sed 's/#.*//;'`
75 hint=$hint++`echo $line | grep $model | sed 's/.*#NC_//;' | sed 's/#.*//;'`
77 hint=$hint++`echo $line | grep $model | sed 's/.*#NC_//;' | sed 's/#.*//;'`
81 if [ "`echo $line | grep ASUSWRT_ALL`" != "" ]; then #Parsing ASUSWRT ALL model
82 EQ_qual=`echo $line | grep ASUSWRT_ALL | sed 's/.*#EQ_//;' | sed 's/#.*//;'`
83 FW=`echo $line | grep ASUSWRT_ALL | sed 's/.*#FW//;' | sed 's/#.*//;'`
86 EXT=`echo $line | grep ASUSWRT_ALL | sed 's/.*#EXT//;' | sed 's/#.*//;'`
89 hint=$hint++`echo $line | grep ASUSWRT_ALL | sed 's/.*#NC_//;' | sed 's/#.*//;'`
93 hint=$hint++`echo $line | grep ASUSWRT_ALL | sed 's/.*#NC_//;' | sed 's/#.*//;'`
95 hint=$hint++`echo $line | grep ASUSWRT_ALL | sed 's/.*#NC_//;' | sed 's/#.*//;'`
97 hint=$hint++`echo $line | grep ASUSWRT_ALL | sed 's/.*#NC_//;' | sed 's/#.*//;'`
99 hint=$hint++`echo $line | grep ASUSWRT_ALL | sed 's/.*#NC_//;' | sed 's/#.*//;'`