👋 Hello! I'm Alphonsio the robot. Ask me a question, I'll try to answer.

On Linux, how to print current directory?

On Linux Bash prompt, you can get you current directory with the pwd command.

$ pwd
/home/answiki


More