Timeline for How to use cut to trim the first x variable spaces
Current License: CC BY-SA 4.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 7, 2022 at 14:51 | comment | added | Kusalananda♦ |
@Allexj You can't use only cut to remove a variable amount of spaces.
|
|
| Mar 7, 2022 at 13:55 | comment | added | pLumo |
"I wanted to only use cut only" and posts an answer that uses (a useless use of) cat, 2x rev and cut. I bet, tr + cut performs better.
|
|
| Mar 7, 2022 at 13:50 | comment | added | Allexj | thanks for answer, I wanted to only use cut though. I found an answer, if you are interested: unix.stackexchange.com/a/693283/314643 | |
| Mar 7, 2022 at 13:43 | history | answered | pLumo | CC BY-SA 4.0 |