Friday, June 18, 2010

GREP

grep - global regular expression

Text search utility

grep apple fruitlist.txt prints the lines containig apple in fruitlist.txt. 


Wednesday, June 16, 2010

Concatenation

infoNameArray||'~~'||test

You can not concatenate two diffrent type of variable.
It will fire 'operator is not unique: character varying[] || unknown' type of error