System
ADB Debugging
Package Manager
Logcat
Wireless
File Manager
ScreenShot
Network
logcat
This command is used to print the current working directory
adb shell pwd
adb shell pwd
Frequently Asked Questions
It is a simple command to print the directory that you are currently working in.
The adb shell pwd command works by printing the current directory. To use it, simply type adb shell pwd in your terminal and hit enter. It will return you a result resembling this: C:\Users\91891
The most common reason for the adb shell pwd command not working as expected is because the adb did not detect and devices or emulators connected.
No, you don't need to specify anything else. Just hitting adb shell pwd gets the work done.