PSA 5th June + Basic Terminal/Unix Commands

Опубликовано: 30 Сентябрь 2024
на канале: MilmersXcode
755
2

A rather lengthy PSA Covering:
• New UITableView Tutorial Series.
• New Tutorial Shcedule
• New type of tutorials - Java? (Leave comments)
• Thanks for the 286 subscribers :D
• PM me for custom apps.
• Follow me on twitter - @failcakeapps

Quick look over basic terminal commands:
• cd "Folder Name" - Go into a desired folder
• cd "File Path" - Go into linked destination in file path.
• cd .. - Go to previous folder.
• ls - Look inside current folder.
• ls "File Path" - Look into linked destination in file path.
• mkdir "Folder Name" - Make a new folder.
• rmdir "Folder Name" - Remove named folder.
• rm "File Name" - Removes named file.
• mv "File/Folder Name" "New Name" - re-name file/folder.
• mv "File/Folder Name" "Folder Name" - move file/folder.
• open "File/Folder/App Name" - opens named file/folder or app.
• open "File/Folder/App Name" -a "Desired App" - opens file/folder or app with desired application.
• killall Dock - Refreshes the Dock.
• killall Finder - Refreshes Finder.
• say "Caption" - Computer says what you type
• say -v "Voice Type" "Caption" - Computer says what you type in desired voice.
• emacs then esc then x then Tetris or Snake - opens Snake or Tetris.

Twitter:   / failcakeapps  
Apple Developer Center: http://developer.apple.com/devcenter/...
Website: http://failcake.webs.com/
Channel:    / milmersxcode