Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.5: Use Quick Look from the command line' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.5: Use Quick Look from the command line
Authored by: drewag on Nov 16, '07 07:21:00PM

You have to add the folder in which the script is contained in, to your PATH. To do so open up ~/.bach_profile in any text editor and add the line:

export PATH="$PATH:/PATH/TO/Folder/"

so since my script is in a folder called "Scripts" in my home directory my bash_profile has"

export PATH="$PATH:~/Scripts/"



[ Reply to This | # ]
10.5: Use Quick Look from the command line
Authored by: drewag on Nov 16, '07 07:22:26PM

sorry...it is ~/bash_profile



[ Reply to This | # ]
10.5: Use Quick Look from the command line
Authored by: ecbtln on Nov 16, '07 09:52:06PM

does not exist so i created it, is that the right thing to do?



[ Reply to This | # ]