ts
Verified for current stable LTS
Ts Command: Convert Timestamps Relative Format
Use for convert timestamps relative format with Ts. Exact CLI syntax to convert timestamps relative format using Ts.
When to use this: Use for convert timestamps relative format with Ts.
Destructive Command Warning
Destructive operation. Confirm the target path and keep a backup before executing.
Command Syntax
cat <path/to/file> | ts -r cat <path/to/file> | ts -r Command Breakdown
-r- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to convert timestamps relative format using Ts.
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
Ts Command: Add Incremental Timestamps
<command> | ts -i "{%H:%M:%.S}" Ts Command: Add Timestamp Every Line <command> | ts Ts Command: Add Timestamp Microseconds <command> | ts "{%b %d %H:%M:%.S}" 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>