Command Line Tips
Posted in System Administration on August 20th, 2006 No Comments »
Unix Command Lines:
Some of these commands have not been tested on all platforms and may not be compatible with your system. Know your limits and use at your own risk.
File to MySQL: - Execute mysql statements that reside in a local file
mysql -u user -ppassword databasename < file
Launch CPAN: - Start the CPAN shell.
perl -MCPAN […]
