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