unison
Verified for current stable LTS
Unison Command: Ignore Files Pattern
Use for ignore files pattern with Unison. Exact CLI syntax to ignore files pattern using Unison.
When to use this: Use for ignore files pattern with Unison.
Command Syntax
unison <path/to/directory_1> <path/to/directory_2> -ignore <pattern> unison <path/to/directory_1> <path/to/directory_2> -ignore <pattern> Live Command Builder
Final Command
unison <path/to/directory_1> <path/to/directory_2> -ignore <pattern> Command Breakdown
-ignore- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to ignore files pattern using Unison.
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
Unison Command: Auto Accept Defaults
unison <path/to/directory_1> <path/to/directory_2> -auto Unison Command: Sync Directories unison <path/to/directory_1> <path/to/directory_2> Unison Command: View Documentation unison -doc <topics> Grep Command: Use Extended Regexes Case Insensitive grep -Ei "<search_pattern>" <path/to/file> Bun Pm Pack Command: Ignore Scripts During Packaging bun pm pack --ignore-scripts