oneliners/bash/prettify_PATH.sh

6 lines
66 B
Bash
Executable File

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