Y
Hacker News
new
|
ask
|
show
|
jobs
by
yjftsjthsd-h
1178 days ago
That's GNU ls; AFAICT -1 and -p aren't POSIX so might not work on other unix-likes (most prominently Darwin, but also the BSDs)
1 comments
lovelymono
1178 days ago
https://pubs.opengroup.org/onlinepubs/009696899/utilities/ls...
lists both -p and -1. And while -p is marked as an XSI extension, both Darwin and all modern BSD distributions implement it.
link
yjftsjthsd-h
1178 days ago
Huh, good catch. Not sure why `man 1p ls` didn't give me that:\
link