Final answer:
To get the path of a file in Mac Terminal, use the 'pwd' command to display the current directory, and use the 'ls' command followed by the file name to display the file's path.
Step-by-step explanation:
To get the path of a file in Mac Terminal, you can use the command pwd. This command stands for 'print working directory' and it shows the current directory you are in. If you want the path of a specific file, you can use the command ls followed by the file name, and it will display the file's path. For example, if you want the path of a file named 'example.txt', you would type ls example.txt and it will show the file's path.