srm
Verified for current stable LTS
Srm Command: Remove Directory Recursive Single Pass
Use for remove directory recursive single pass with Srm. Exact CLI syntax to remove directory recursive single pass using Srm.
When to use this: Use for remove directory recursive single pass with Srm.
Command Syntax
srm -r -s <path/to/directory> srm -r -s <path/to/directory> Command Breakdown
-r- Command Option
- Tool-specific option used by this command invocation.
-s- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to remove directory recursive single pass using Srm.
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
Srm Command: Prompt Before Every Removal
srm -i <*> Srm Command: Remove File Seven Pass Random Data srm -m <path/to/file> Srm Command: Remove File Single Pass Random Data srm -s <path/to/file> 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>