Concept Flow - pwd (print working directory)
User types 'pwd'
Shell receives command
Shell executes pwd program
pwd reads current directory
pwd outputs directory path
Shell displays output to user
The shell runs the pwd command, which finds and prints the current directory path to the screen.