This website requires JavaScript.
Explore
Help
Register
Sign In
zeus
/
oneliners
Watch
1
Star
0
Fork
0
You've already forked oneliners
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
a35e9b8cf3
oneliners
/
bash
/
prettify_PATH.sh
6 lines
69 B
Bash
Raw
Normal View
History
Unescape
Escape
re-structured
2021-01-24 15:48:33 +01:00
#!/bin/bash
# prettify PATH-Output:
suppress final newline with echo to avoid confusion
2025-02-11 17:35:08 +01:00
echo
-n
$PATH
|
sed s/
\:
/
\\
n/g
re-structured
2021-01-24 15:48:33 +01:00
Reference in New Issue
Copy Permalink