suppress final newline with echo to avoid confusion
This commit is contained in:
parent
565d78b745
commit
a35e9b8cf3
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# prettify PATH-Output:
|
# prettify PATH-Output:
|
||||||
echo $PATH | sed s/\:/\\n/g
|
echo -n $PATH | sed s/\:/\\n/g
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user