abcdqfr@lemmy.world to linuxmemes@lemmy.world · 1 month agoWhat's your mnemonic for pwd?- OMG it means print working directory. My mind instantly goes to password every time. I had to reach puddle wuv dud levels of autism before thinking otherwise. I shame mymessage-squaremessage-square72fedilinkarrow-up1170arrow-down111
arrow-up1159arrow-down1message-squareWhat's your mnemonic for pwd?- OMG it means print working directory. My mind instantly goes to password every time. I had to reach puddle wuv dud levels of autism before thinking otherwise. I shame myabcdqfr@lemmy.world to linuxmemes@lemmy.world · 1 month agomessage-square72fedilink
minus-squareHawke@lemmy.worldlinkfedilinkarrow-up14arrow-down1·1 month agoNo. “Print working directory” is the command to print (display) the “cwd” (current working directory).
minus-squareLaggyKar@programming.devlinkfedilinkarrow-up6·1 month agoI find it weird when you get “pwd” as a variable
minus-squareHawke@lemmy.worldlinkfedilinkarrow-up1·1 month agoKinda yeah, but I think that just comes from storing the output of the PWD command. The system call that returns that value is called getcwd().
No. “Print working directory” is the command to print (display) the “cwd” (current working directory).
I find it weird when you get “pwd” as a variable
Kinda yeah, but I think that just comes from storing the output of the PWD command.
The system call that returns that value is called getcwd().