recsel
Verified for current stable LTS
Recsel Command: Match String With Regex
Use for match string with regex with Recsel. Exact CLI syntax to match string with regex using Recsel.
When to use this: Use for match string with regex with Recsel.
Command Syntax
recsel -e "<field_name> ~ '<regex>' <data.rec>" recsel -e "<field_name> ~ '<regex>' <data.rec>" Live Command Builder
Final Command
recsel -e "<field_name> ~ '<regex>' <data.rec>" Command Breakdown
-e- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to match string with regex using Recsel.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Recsel Command: Extract Name Version Field
recsel -p name,version <data.rec> Recsel Command: Match Name And Version With Predicate recsel -e "name ~ '<regex>' && version ~ '<regex>'" <data.rec> Grep Command: Use Extended Regexes Case Insensitive grep -Ei "<search_pattern>" <path/to/file> Ed Command: Start Interactive Editor Loose Exit Status ed -l Cpio Command: Extract Files From Archive Cpio Verbose cpio < <archive.cpio> -idv