|
| cool Statistics |
| | coolcommands: | 1338 | | Categories: | 83 | | Total queries: | 620283 | | Members: | 22813 | |
|
|
|
 |
|
|
Search coolcommands.com
 |
Submitted by:
lebjf000   |
coolcommand
how to disable local warning in Perl 5.8 |
Description
If you get this warning while executing a perl command and don't bother using the standard local `c` instead of system locale:
perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LC_ALL = (unset), LC__FASTMSG = "true", LANG = "En_US" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C").
Solution: add this variable in your environment: PERL_BADLANG=0 |
Example
PERL_BADLANG=0 |
Return to search results
 |  |  |  |
Random coolcommands
coolcommand: how to modify your shell command prompt
Example: export PS1=[@$(hostname)]\'> $\'
[show me the details] |
coolcommand: find files by size and modification time in current filesystem
Example: find /fs -mtime -1 -xdev -size +20000 -ls
[show me the details] |
coolcommand: connect to HMC with SSH
Example: ssh -l hscroot hmc_hostname
[show me the details] |
coolcommand: how to drop a table in mysql
Example: drop table tablename;
[show me the details] |
|
|
coolcommands.com - the search engine for UNIX sysadmins :: unix commands and scripts
|  |  |  |  |
|
|
|
|
 |
|
|
|
Top 5 Submitters
|
|---|
| lvo | 1160 |
| audet | 37 |
| kah00na | 32 |
| Mariom | 24 |
| lebjf000 | 14 |
Top 5 Searches
|
| Category Solaris | 51952 |
| Category AIX | 49028 |
| Category General UNIX | 47581 |
| solaris | 23554 |
| aix | 22739 |
|
|
|
|