With
awk '{ printf "%-15s %s\n", $1, $2 }' renamed | sort -V
... I get good output from the file renamed
.
It looks like:
file1 file1.new
But I want to have the output changed to this:
file1 --> file1.new
I want to add -->
at position 15 in each line.
How to do that?
Asked by user447274
(539 rep)
Nov 3, 2024, 06:39 AM
Last activity: Nov 3, 2024, 04:14 PM
Last activity: Nov 3, 2024, 04:14 PM