recsel
Verified for current stable LTS
Recsel Command: Match Name And Version With Predicate
Use for match name and version with predicate with Recsel. Exact CLI syntax to match name and version with predicate using Recsel.
When to use this: Use for match name and version with predicate with Recsel.
Command Syntax
recsel -e "name ~ '<regex>' && version ~ '<regex>'" <data.rec> recsel -e "name ~ '<regex>' && version ~ '<regex>'" <data.rec> Command Breakdown
-e- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to match name and version with predicate 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 String With Regex recsel -e "<field_name> ~ '<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