#shell #awk #command_line #ebooks #exercises #gnu #learn_by_doing #linux #one_liners #regex
https://github.com/learnbyexample/learn_gnuawk
https://github.com/learnbyexample/learn_gnuawk
GitHub
GitHub - learnbyexample/learn_gnuawk: Example based guide to mastering GNU awk
Example based guide to mastering GNU awk. Contribute to learnbyexample/learn_gnuawk development by creating an account on GitHub.
#cplusplus #file_search #fuzzy_search #grep #grep_search #grepping #hexdump #interactive #pax #recursively_search #regex #ripgrep #search #shell_utilities #silver_searcher #source_code #tar #text_search #unicode #vim #zip
https://github.com/Genivia/ugrep
https://github.com/Genivia/ugrep
GitHub
GitHub - Genivia/ugrep: π ugrep 7.5 file pattern searcher -- a user-friendly, faster, more capable grep replacement. Includes aβ¦
π ugrep 7.5 file pattern searcher -- a user-friendly, faster, more capable grep replacement. Includes a TUI, Google-like Boolean search with AND/OR/NOT, fuzzy search, hexdumps, searches (nested) ar...
#other #ai #ansible #bash #cheat_sheet #cheat_sheets #cheatsheet #ci_cd #devops_tools #docker #jenkins #linux #nginx #pdf #powershell #python #redis #regex #regular_expression #slack #vim
https://github.com/sk3pp3r/cheat-sheet-pdf
https://github.com/sk3pp3r/cheat-sheet-pdf
GitHub
GitHub - sk3pp3r/cheat-sheet-pdf: π A Cheat-Sheet Collection from the WWW
π A Cheat-Sheet Collection from the WWW. Contribute to sk3pp3r/cheat-sheet-pdf development by creating an account on GitHub.
#rust #compiler #language #melody #melodylang #regex #regular_expression
https://github.com/yoav-lavi/melody
https://github.com/yoav-lavi/melody
GitHub
GitHub - yoav-lavi/melody: Melody is a language that compiles to regular expressions and aims to be more readable and maintainable
Melody is a language that compiles to regular expressions and aims to be more readable and maintainable - yoav-lavi/melody
#other #bugbounty #google #google_api #juicy #oauth #regex #regex_pattern #secret #secret_keys
https://github.com/h33tlit/secret-regex-list
https://github.com/h33tlit/secret-regex-list
GitHub
GitHub - h33tlit/secret-regex-list: List of regex for scraping secret API keys and juicy information.
List of regex for scraping secret API keys and juicy information. - h33tlit/secret-regex-list
#shell #actions #change_detection #change_directory #changed #changed_file #changedetection #ci #ci_cd #continuous_integration #github #github_action #github_actions #github_actions_ci #modified #modified_files #monorepo #regex_match #request_review #submodules #workflows
https://github.com/tj-actions/changed-files
https://github.com/tj-actions/changed-files
GitHub
GitHub - tj-actions/changed-files: :octocat: Github action to retrieve all (added, copied, modified, deleted, renamed, type changedβ¦
:octocat: Github action to retrieve all (added, copied, modified, deleted, renamed, type changed, unmerged, unknown) files and directories. - tj-actions/changed-files
#rust #cli #command_line #filesystem #hacktoberfest #regex #rust #search #terminal #tool
`fd` is a fast and user-friendly tool to find files in your filesystem. It is simpler and faster than the traditional `find` command. Here are the key benefits Use `fd PATTERN` instead of `find -iname '*PATTERN*'`.
- **Fast Search** Highlights different file types like `ls`.
- **Smart Case** By default, it ignores hidden files and those listed in `.gitignore`.
- **Command Execution**: You can execute commands on search results either individually or in batches.
Overall, `fd` makes finding files easier and quicker with its simple syntax and fast performance.
https://github.com/sharkdp/fd
`fd` is a fast and user-friendly tool to find files in your filesystem. It is simpler and faster than the traditional `find` command. Here are the key benefits Use `fd PATTERN` instead of `find -iname '*PATTERN*'`.
- **Fast Search** Highlights different file types like `ls`.
- **Smart Case** By default, it ignores hidden files and those listed in `.gitignore`.
- **Command Execution**: You can execute commands on search results either individually or in batches.
Overall, `fd` makes finding files easier and quicker with its simple syntax and fast performance.
https://github.com/sharkdp/fd
GitHub
GitHub - sharkdp/fd: A simple, fast and user-friendly alternative to 'find'
A simple, fast and user-friendly alternative to 'find' - sharkdp/fd