oneliners/bash/prettify_PATH.sh

6 lines
66 B
Bash
Raw Normal View History

2021-01-24 15:48:33 +01:00
#!/bin/bash
# prettify PATH-Output:
echo $PATH | sed s/\:/\\n/g