coolcommand: fw - how to fetch a policy using the command line in Checkpoint Firewall-1
Example: fw fetch Master1
[show me the details]
coolcommand: how to copy a table in mysql and rename it
Example: sed -e 's/old_table_name/new_table_name/g' dump.sql > dump2.sql
[show me the details]
coolcommand: how to empty out a file
Example: cat /dev/null > filename
[show me the details]
coolcommand: how to setup an sftp batch job and allow password input
Example: sftp -o "batchmode no" -b sftp.batch username@servername
[show me the details]
coolcommands.com - the search engine for UNIX sysadmins :: unix commands and scripts