← Back to context Comment by ifh-hn 5 hours ago Haha, I'm even more confused now. I have no idea what dup is... 2 comments ifh-hn Reply jpollock 5 hours ago There are a couple of ways to figure out.open a terminal (OSX/Linux) and type: man dup open a browser window and search for: man dup Both will bring up the man page for the function call.To get recursive, you can try: man man unix (the unix is important, otherwise it gives you manly men) Bender 5 hours ago otherwise it gives you manly menThat's only just after midnight [1][2][1] - https://www.youtube.com/watch?v=XEjLoHdbVeE[2] - https://unix.stackexchange.com/questions/405783/why-does-man...
jpollock 5 hours ago There are a couple of ways to figure out.open a terminal (OSX/Linux) and type: man dup open a browser window and search for: man dup Both will bring up the man page for the function call.To get recursive, you can try: man man unix (the unix is important, otherwise it gives you manly men) Bender 5 hours ago otherwise it gives you manly menThat's only just after midnight [1][2][1] - https://www.youtube.com/watch?v=XEjLoHdbVeE[2] - https://unix.stackexchange.com/questions/405783/why-does-man...
Bender 5 hours ago otherwise it gives you manly menThat's only just after midnight [1][2][1] - https://www.youtube.com/watch?v=XEjLoHdbVeE[2] - https://unix.stackexchange.com/questions/405783/why-does-man...
There are a couple of ways to figure out.
open a terminal (OSX/Linux) and type:
open a browser window and search for:
Both will bring up the man page for the function call.
To get recursive, you can try:
(the unix is important, otherwise it gives you manly men)
otherwise it gives you manly men
That's only just after midnight [1][2]
[1] - https://www.youtube.com/watch?v=XEjLoHdbVeE
[2] - https://unix.stackexchange.com/questions/405783/why-does-man...