Iron Clad Zone
Tuesday, 16 February 2016

Add a character at a specific location within strings using Awk

›
Folks, in previous examples we saw how to add a prefix to strings in a file and how to add a suffix to strings in a file . In today's ...

List all baselines of a stream in IBM RTC

›
For listing out all baselines of a stream using the Rational Team Concert command line interface, type the following command. Usage : l...
Sunday, 14 February 2016

Kala Ghoda Festival 2016, Mumbai : PhotoStream

›
Hello fellas! Presenting an artsy post today featuring the Kala Ghoda arts festival 2016, Mumbai. FYI, Kala Ghoda literally means Black Hor...

Print File size using Java

›
If you ever want to print the file size using Java, use the following piece of code below : import java.io.*; public class FileSi...

Add suffix to strings in a file using Awk

›
Guys, in my previous post yesterday, we discussed how to add a prefix to strings in a file using Awk . Today lets work on the same example ...
Saturday, 13 February 2016

Add a prefix to strings in a file using Awk

›
Suppose you have a file in Unix / Mac OS X which has phone numbers data. I mean lets say I have a text file named Phones_unformatted.txt wh...

Create a new directory using Java

›
In today's example we'll create a new directory using Java. Check out the following code below : import java.io.*; public ...
‹
›
Home
View web version
Powered by Blogger.