You are on page 1of 1

awk http://www.staff.science.uu.nl/~oostr102/docs/nawk/nawk_92.html http://www.linux-support.com/cms/awk-replace-substrings-and-more/ Informix http://publib.boulder.ibm.com/infocenter/idshelp/v10/index.jsp?topic=/com.ibm.sq lt.doc/sqltmst239.htm regular-expressions http://www.regular-expressions.info/characters.html http://www.zytrax.com/tech/web/regex.

htm The isolation level is the degree to which your program is isolated from the con current actions of other programs Use the SET LOCK MODE statement to define how the database server handles a proc ess that tries to access a locked row or table. "

Good to know regarding vi : replace | cu ; din tot documentul :1,$s/|/;/g replace | cu nimic doar la sfarsit de rand :1,$s/|$/ /g replace | cu nimic doar la inceput de rand :1,$s/|^/ /g

You might also like