oneliners/bash/prettify_PATH.sh

6 lines
69 B
Bash
Raw Normal View History

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