This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| bash_one-liners [2025/09/02 04:47] – ken | bash_one-liners [2026/01/16 03:37] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== bash one-liners ====== | ====== bash one-liners ====== | ||
| - | To remove everything after and including the final ' | + | To remove everything after and including the final ' |
| To remove the last 4 characters from ' | To remove the last 4 characters from ' | ||
| + | \\ | ||
| + | ===== sed ===== | ||
| + | \\ | ||
| + | Substitute any of listed characters with one command | ||
| + | < | ||
| + | sed s'/ | ||
| + | </ | ||
| + | Brackets mean "any one of". | ||
| + | |||