You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on older distros "grep -E" doesn't work as the script intends. the solution - which also works in NEW distros, is to use "grep -P" instead; I've tested it on RHEL5/6/7 - where as with "grep -E" it wouldn't have worked on RHEL5.
The text was updated successfully, but these errors were encountered:
on older distros "grep -E" doesn't work as the script intends. the solution - which also works in NEW distros, is to use "grep -P" instead; I've tested it on RHEL5/6/7 - where as with "grep -E" it wouldn't have worked on RHEL5.
The text was updated successfully, but these errors were encountered: