|
|
#1 |
|
Prospect
Join Date: Jun 2004
Posts: 11
|
Dumb Question... How Do I Run a Program??
I have installed cdrdao on my comptuer but I don't know how to run it from the terminal! What do I type?
|
|
|
|
|
|
#2 |
|
Prospect
Join Date: Aug 2002
Location: Tulsa
Posts: 44
|
This app most likely has a man page which will explain ussage. Try entering man cdrdao in Terminal.
__________________
I already used my clever sig at /. Sage iMac DV+ 450Mhz G3 1024 MB Ram 80 gig hd Mac Mini 1.42 GHz G4 love 80 gb of slow disk space 512 mb upgrade stolen from my windows box OS X 10.4.2 Power of the Tiger |
|
|
|
|
|
#3 |
|
Prospect
Join Date: Jun 2004
Posts: 11
|
thanks for the reply. Terminal says that there is no manual entry for cdrdao, any other ideas? The program is in /usr/local/bin. Here's the page that has all of the commands and such. http://linuxreviews.org/man/cdrdao/ It's just that when I type one it doesn't work and there's obviously something that I have to do first to get the program working. When I type a sample command from that link it sasy "-bash: cdrdao: command not found." I'm sure that it's very basic since they don't even mention it. Thanks again!
|
|
|
|
|
|
#4 |
|
Prospect
Join Date: Jan 2002
Location: Reno, NV
Posts: 48
|
Open terminal and type cd /usr/local/bin
type cdrdao If it needs variable set, the output will probably tell you how to access them. But for sh***s and giggles try typing cdrdao -help. Also, you need to set the environment variables for your shell - do a find on for this the main OSX hints site and you'll bump into quite a few hints relating to that. Without setting them you're going to have a hard time running 'nix stuff. hth, Tony |
|
|
|
|
|
#5 |
|
Prospect
Join Date: Jun 2004
Posts: 11
|
when I go to /usr/local/bin and type cdrdao it says "-bash: cdrdao: command not found." I'm going to go and try to set the environment variables now
|
|
|
|
|
|
#6 |
|
Site Admin
Join Date: Jan 2002
Location: Montreal
Posts: 31,939
|
Please read the Unix FAQ that is a sticky thread at the top of this forum (Unix newcomers) section.
|
|
|
|
|
|
#7 |
|
Triple-A Player
Join Date: Aug 2004
Posts: 76
|
Hi,
Just a few hints (UNIX-gurus correct me if I'm wrong) 1 - The path to the location of the cdrdao program must be in yout $PATH-variable, check this with: echo $PATH 2 - The program must be executable, use chmod to change executable flags, see "man chmod" for details - Point 1 and 2 should be OK if your installation was correct, if not check your installation. - Note that cdrdao is available through Fink , it is worth checking out if you have not tried it before -seagull |
|
|
|
|
|
#8 |
|
Hall of Famer
Join Date: Oct 2002
Location: Halifax, Canada
Posts: 4,945
|
As an aside in this thread, Hayne's excellent FAQ is a must read before doing anything in the Terminal.
The one caveat I would add to it is that AppleScript uses bash in 10.3 for scripts containing "do shell script ..." even though tsch is the default shell in the Panther Terminal. Since there must be differences (or the two versions wouldn't coexist), it is worth noting that checking a script in the default terminal may not give the same result from a script. I'm sure Hayne could elaborate. |
|
|
|
|
|
#9 |
|
Prospect
Join Date: Jun 2004
Posts: 11
|
Got it working! thanks guys
|
|
|
|
|
|
#10 | |||||||||||||||||||||||
|
All Star
Join Date: Jul 2004
Posts: 713
|
Actually, bash is the default shell for new users in Panther. If you upgraded to Panther from an earlier version, then your previous settings (e.g. using tcsh) will be retained. |
|||||||||||||||||||||||
|
|
|
|
|
#11 | |||||||||||||||||||||||
|
Hall of Famer
Join Date: Oct 2002
Location: Halifax, Canada
Posts: 4,945
|
That's it then - I've gone through all the OS X versions, but I've been too timid (even after reading Hayne's FAQ) to attempt to alter my default shell to bash. Last edited by NovaScotian; 08-09-2005 at 09:01 AM. |
|||||||||||||||||||||||
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|