Guest User

Untitled

a guest
May 20th, 2018
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.11 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. for file in ./*.css
  4. do
  5.   [ cat $file | grep "text-decoration:underline" ] && echo $file
  6. done
Add Comment
Please, Sign In to add comment