UNIX and OS X Commands Reference

Some Very Cool Unix Commands that might be real helpful for an interview or for anything while working with Unix or OS X. cd (change directory) cd myfolder Changes the current working directory to “myfolder” cd .. Go up one level to the current working directory. cd ../.. Go up two...