|
| cool Statistics |
| | coolcommands: | 1313 | | Categories: | 82 | | Total queries: | 524278 | | Members: | 4288 | |
|
|
|
|
 |  |  |  |
Random coolcommands
coolcommand: how to test if an integer variable is greater than or equal to another integer variable in a shell script
Example: test $int1 -ge $int2; [ $int1 -ge $int2 ]
[show me the details] |
coolcommand: how to find which version of Oracle you have
Example: select * from v$version where banner like 'Oracle%';
[show me the details] |
coolcommand: how to get the list of all your tables in Oracle
Example:
SELECT TABLE_NAME FROM USER_TABLES;
[show me the details] |
coolcommand: how to mount an ISO9660 cdrom manually in Sun Solaris
Example: mount -F hsfs -o ro /dev/sr0 /cdrom
[show me the details] |
|
|
coolcommands.com - the search engine for UNIX sysadmins :: unix commands and scripts
|  |  |  |  |
|
|
|
|
|
|
Top 5 Submitters
|
|---|
| lvo | 1138 |
| audet | 37 |
| kah00na | 32 |
| Mariom | 24 |
| lebjf000 | 13 |
Top 5 Searches
|
| Category Solaris | 42738 |
| Category AIX | 38092 |
| Category General UNIX | 34294 |
| solaris | 20874 |
| aix | 19395 |
|
|
|
|