Bash
Shell one-liners and scripting notes.
- sed inline replace Replace text in files using sed with in-place editing.
- tr text transformation Transform, delete, and squeeze characters using tr command.
- Unix timestamp conversion Convert Unix epoch timestamps to human-readable local time and vice versa.