|
| cool Statistics |
| | coolcommands: | 1313 | | Categories: | 82 | | Total queries: | 523831 | | Members: | 4281 | |
|
|
|
|
Search coolcommands.com
 |
Submitted by:
lvo   |
coolcommand
tr - how to convert uppercase to lowercase and vice versa |
Description
To convert upppercase characters to lowercase:
# tr 'A-Z' 'a-z'
To convert lowercase characters to uppercase:
# tr 'a-z' 'A-Z' |
Example
tr 'A-Z' 'a-z' ; tr 'a-z' 'A-Z' |
Return to search results
 |  |  |  |
Random coolcommands
coolcommand: pconsole - the parallel console tool, is an interactive administrative shell tool for clusters
Example: pconsole.sh
[show me the details] |
coolcommand: lsps - to check swap space in IBM AIX
Example: lsps -a
[show me the details] |
coolcommand:
how to disable IP forwarding between interfaces in Sun Solaris
Example: touch /etc/notrouter
[show me the details] |
coolcommand: how to sort a hosts file by ip address
Example: ypcat hosts | sort -n -t. +0 -1 +1 -2 +2 -3 +3 -4
[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 | 42690 |
| Category AIX | 38082 |
| Category General UNIX | 34254 |
| solaris | 20802 |
| aix | 19388 |
|
|
|
|