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
rgrep - (rust grep) is my own version of Global Regular Expression Print (grep) linux command, a powerful text-searching utility in Linux/Unix that allows users to search for specific patterns in files or output streams, but implemented in Rust.