
Answer-first summary for fast verification
Answer: `%sh pwd`
The `%sh` magic command enables the execution of shell commands within a notebook. `pwd` stands for 'print working directory', which is a shell command to display the current directory. For more details, refer to the Databricks documentation on notebook code and the Wikipedia page on `pwd`.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.