Total of 235 results found. Search for General UNIX with
Random coolcommands
coolcommand: iconv - how to convert the encoding of characters from one code page scheme to another
Example: iconv -f ISO8859-1 -t CP437 words.txt
[show me the details]
coolcommand: how to convert a number or a date to a string in Oracle
Example: SELECT title, to_char(date_added,'YYYY-MM-DD') FROM orders WHERE id='1000'
[show me the details]
coolcommand: how to create a mirror for an existing filesystem which cannot be unmounted in Solaris Volume Manager
Example: metainit d20 -m d21; vi /etc/vfstab; reboot; metattach d20 d22
[show me the details]
coolcommands.com - the search engine for UNIX sysadmins :: unix commands and scripts