简体   繁体   中英

How do I find files in the Finder on my mac that I've created using “touch” in the terminal?

I'm restarting the Getting Started with Django tutorial on a newly purchased mac after getting past this step in windows. The tutorial has me working with Vagrant, VM, Venv, and Ubuntu Precise64. I've obviously searched for the names of the files. I've edited the files with vim because I couldn't locate them, but I was always able to easily find the files in windows. I'm sure I'm an idiot, but yes feel free to point that out.

You can simply type

open .

in the terminal to open the current directory in the finder. Then you should see all your touched files (not the dot files).

OK looks like I didn't cd into the folder I needed to before I created the venv and ran django-admin startproject. Still found nothing at my vagrant home, was it out on the VM somewhere? Went thoug h the steps again correctly and everything is fine, so I guess I messed up the simlink somehow???

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM