Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias | while read line || [[ -n $line ]]; do if [[ $line =~ $par ]]; then echo -e $CL_RED$CL_BOLD$line; else echo -e $CL_DEF$line; fi; done; echo -e -n $CL_DEF
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement