- Aug
- 197
- 5
This is a handy little TPIPE command:
I use it as an alias via the command:
So I can use the path command to get the usual unreadable output or I can use paths to get a nice line-by-line dump.
path | tpipe /replace=1,0,0,0,0,0,0,0,0,"[;=]","\r\n"
I use it as an alias via the command:
alias 'paths = path | tpipe /replace=1,0,0,0,0,0,0,0,0,"[;=]","\r\n"'
So I can use the path command to get the usual unreadable output or I can use paths to get a nice line-by-line dump.