nsxiv
Verified for current stable LTS
Nsxiv Command: Search Directories Recursively For Images
Use for search directories recursively for images with Nsxiv. Exact CLI syntax to search directories recursively for images using Nsxiv.
When to use this: Use for search directories recursively for images with Nsxiv.
Command Syntax
nsxiv -r <path/to/directory1 path/to/directory2 ...> nsxiv -r <path/to/directory1 path/to/directory2 ...> Live Command Builder
Final Command
nsxiv -r <path/to/directory1 path/to/directory2 ...> Command Breakdown
-r- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to search directories recursively for images using Nsxiv.
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
Nsxiv Command: Open Images By Path
nsxiv <path/to/file1 path/to/file2 ...> Nsxiv Command: Open Images From Directories Image Mode nsxiv <path/to/directory1 path/to/directory2 ...> Grep Command: Search For A Pattern In All Files Recursively grep -rI "<search_pattern>" <path/to/directory> Grep Command: Use Extended Regexes Case Insensitive grep -Ei "<search_pattern>" <path/to/file> Bun Publish Command: Publish Package To Custom Registry bun publish --registry <registry>