This website requires JavaScript.
Explore
Help
Register
Sign In
zeus
/
oneliners
Watch
1
Star
0
Fork
You've already forked oneliners
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
master
oneliners
/
bash
/
prettify_PATH.sh
6 lines
66 B
Bash
Executable File
Raw
Permalink
Blame
History
#!/bin/bash
# prettify PATH-Output:
echo
$PATH
|
sed s/
\:
/
\\
n/g
Reference in New Issue
View Git Blame
Copy Permalink