JavaXp.com | Java Experts Blog | Java Examples | API | Errors | Exceptions

Java, J2EE, SQL, Frameworks, APIs, Exceptions and more..

Pages

▼
Monday, March 17, 2014

Shell script - function to split a string based on a delimiter

›
#!/bin/ksh #function to split a string based on a delimiter function split {         string=$1         delimiter=$2 echo "sp...

UNIX/LINUX - How to encrypt/decrypt a text file

›
crypt command can be used to encrypt/decrypt a particular text file in UNIX/LINUX. It is a simple encryption algorithm which works on a sec...
Thursday, March 13, 2014

Linux - Copy/paste block of codes from Windows editor to Vi editor

›
Below is the command used to Copy/paste a block of code(s) from Windows editor to Vi editor. Basically to replace complete text from a part...

Linux - Block of comments in shell script

›
There is no block comment on shell script however there are few options that you can try out - Method 1 #!/bin/bash echo "This is...
Saturday, February 22, 2014

Java : Encode/Decode Base64

›
We will be using Apache Commons codec to Encode and Decode Base64 data. Apache Commons Codec (TM) software provides implementations o...
‹
›
Home
View web version
Powered by Blogger.