Advertisement
FranzVuttke

aliasg.sh

Aug 1st, 2024
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | Source Code | 0 0
  1. 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
Tags: alias regex
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement