Find command in unix with examples
The find command lets you search for files according to various criteria. Like the tools we have already discussed,...
The find command lets you search for files according to various criteria. Like the tools we have already discussed,...
bash / Linux / Operating Systems / Shell Scripting
by Ramakanta · Published January 12, 2013 · Last modified November 27, 2014
When working in the BASH environment, you can start multiple programs from the same prompt. Each program is a job....
by Ramakanta · Published January 12, 2013 · Last modified December 19, 2014
Querying for All Packages Use the rpm command to list all the packages that are currently installed on your system....
FAQ / Oracle/BEA WebLogic / Security / SSL/SecureSocketLayer
by Ramakanta · Published January 11, 2013 · Last modified November 20, 2016
Generate a RSA private key using OpenSSL tools: D:\myToolsSSL\OpenSSL\bin> genrsa -aes256 -out private.pem 2048 To view the content of the...
Application Servers / Java App Servers / Oracle/BEA WebLogic / SSL/SecureSocketLayer
by Ramakanta · Published January 9, 2013 · Last modified August 8, 2014
To specify the list of ciphers that WLS should use, follow these steps: Edit config.xml with the list of...
bash / Java App Servers / Oracle/BEA WebLogic / Shell Scripting
by Ramakanta · Published January 8, 2013 · Last modified September 30, 2016
While troubleshooting a issue in weblogic server we found that there were huge number of .DAT files which were corrupted...
bash / Scripting Languages / Shell Scripting
by Ramakanta · Published January 7, 2013 · Last modified November 20, 2016
To insert string into another string, it is necessary to split the string into two parts—the part that will be...
bash / FAQ / Shell Scripting
by Ramakanta · Published December 20, 2012 · Last modified November 20, 2016
${var%PATTERN}: Remove the Shortest Match from the End The variable is expanded, and the shortest string that matches PATTERN...
bash / FAQ / Shell Scripting
by Ramakanta · Published December 20, 2012 · Last modified November 20, 2016
${#var}: Length of Variable’s Contents This expansion returns the length of the expanded value of the variable: read passwd if...
bash / FAQ / Shell Scripting
by Ramakanta · Published December 20, 2012 · Last modified November 20, 2016
The results of parameter and arithmetic expansions, as well as command substitution, are subjected to word splitting if they were...
Advertisement
Advertisement
Advertisement