oneliners/bash/prettify_PATH.sh

6 lines
69 B
Bash
Executable File

#!/bin/bash
# prettify PATH-Output:
echo -n $PATH | sed s/\:/\\n/g