I notice that there is additional leading tab/space whenever
nl
is used.
wolf@linux:~$ echo ABC
ABC
wolf@linux:~$
wolf@linux:~$ echo ABC | nl
1 ABC
wolf@linux:~$
Is there any option to disable this?
Desired Output
wolf@linux:~$ echo ABC | nl
1 ABC
wolf@linux:~$
Asked by Wolf
(1741 rep)
Nov 16, 2020, 12:55 PM
Last activity: Nov 16, 2020, 12:59 PM
Last activity: Nov 16, 2020, 12:59 PM