How To Resize Tabs Character Output from "cat" comand
This command will resize tabs size into 4 character.
cat filename | expand -t4
Change -t4
with whatever size you want e.g -t8
for tabs with 8 character.
Show all comments
This command will resize tabs size into 4 character.
cat filename | expand -t4
Change -t4
with whatever size you want e.g -t8
for tabs with 8 character.