This website requires JavaScript.
Explore
Help
Sign In
TheMagician
/
scripts
Watch
1
Star
0
Fork
You've already forked scripts
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Add script which prints line-separated $PATH
Browse Source
...
This commit is contained in:
The Magician
2023-11-21 11:51:42 +00:00
commit
1e751ef949
1 changed files
with
3 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
3
path
Executable file
Unescape
Escape
View File
@ -0,0 +1,3 @@
#!/bin/sh
echo $PATH | tr ':' '\n'
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
TheMagician/scripts
Title
Body
Create Issue