suppress final newline with echo to avoid confusion

This commit is contained in:
zeus 2025-02-11 17:35:08 +01:00
parent 565d78b745
commit a35e9b8cf3

View File

@ -1,5 +1,5 @@
#!/bin/bash
# prettify PATH-Output:
echo $PATH | sed s/\:/\\n/g
echo -n $PATH | sed s/\:/\\n/g