• Hawke@lemmy.world
    link
    fedilink
    arrow-up
    14
    ·
    19 hours ago

    No. “Print working directory” is the command to print (display) the “cwd” (current working directory).

      • Hawke@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        10 hours ago

        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().