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


Click here to return to the 'you cant just copy paste this into your bashrc' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
you cant just copy paste this into your bashrc
Authored by: zeorge on Aug 29, '04 06:57:41AM

you cant just copy paste this into your bashrc...

this is a PERL script. your bashrc is a SHELL script.
(see the first line #!/usr/bin/perl - which is important!)

you must save the script as a file, do a "chmod +x file",
and then you can call it with "file" from your bashrc
zeo



[ Reply to This | # ]