Guest User

Untitled

a guest
Jun 19th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. grep -n "<div id="currRadar"" "weather"
  2.  
  3. variable= grep -n "<div id="currRadar"" "weather"
  4.  
  5. OUTPUT="$(ls -l)"
  6. echo "${OUTPUT}"
  7.  
  8. shuf -n 10 /usr/share/dict/words >> /tmp/words
  9.  
  10. cat /tmp/words
  11.  
  12. NFINDSTR=$(grep -n "carting" /tmp/words | cut -d: -f1 -)
  13. echo $NFINDSTR
Add Comment
Please, Sign In to add comment