B:BD[
4.1668] → [
3.728:925]
Because of how the command evaluation is structured, care must be taken with characters that bash might interpret, in particular `'` and `|`, which may need escaping to `\'` and `\|` respectively.
Because of how the command evaluation is structured, care must be taken with characters that bash might interpret, in particular `'`, `;`, and `|`, which may need escaping to `\'`, `\;`, and `\|` respectively.