![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| unix awk/sed program | mnnarendra | UNIX for Advanced & Expert Users | 4 | 03-26-2008 06:00 AM |
| UNIX program? | threewingedfury | UNIX for Dummies Questions & Answers | 1 | 02-05-2008 11:15 AM |
| Help with UNIX Program | brand1m | UNIX for Dummies Questions & Answers | 7 | 02-28-2005 04:55 AM |
| looking for a unix C program...help please | richardspence2 | UNIX for Advanced & Expert Users | 3 | 03-15-2004 08:14 PM |
| running a c/c++ program in unix | kray | High Level Programming | 2 | 07-12-2002 12:25 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
How do i run a program while in Unix?....
Im new and wanted to know if im in the unix terminal and lets say i want to run microsoft word for example. i go in and go into the HD and then keep going and i type ls and see that microsoft word.app is there. how do i run it from that?
|
| Forum Sponsor | ||
|
|
|
|||
|
Quote:
./microsoft\ word.app & The period forward slash is saying "from here, run this", the backslash is to deal with the space in the filename, and the & is to run the application in the backround so you can continue use of your terminal. |
|
|||
|
Yes im using AppleOSX in work and playing around with it right now.
Is there any difference if im doing it using apple OSX? and what does the microsoft inbetween the /\ represent? *If you said it im sorry im just trying to figure out what everything means so i can apply it to different programs and things* |