indent [ -e ][ width ]
Print a file with the standard indent of 4:
[ C:\Windows\System32\drivers\etc ] [ fred@acme007 ][*wtshell*/cmd]: type hosts | indent 127.0.0.1 localhost 10.10.10.11 acme001 10.10.10.12 acme002 10.10.10.17 acme007 : :
Print the file with a specific indent of 8:
[ C:\Windows\System32\drivers\etc ] [ fred@acme007 ][*wtshell*/cmd]: type hosts | indent 8 127.0.0.1 localhost 10.10.10.11 acme001 10.10.10.12 acme002 10.10.10.17 acme007 : :
This is free software; see WA2LWinTools/man/COPYING for copying conditions. There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.