Azazia Software Knowledgebase
Search:     Advanced search
Browse by category:
Contact Us

Showing: 1-4 of 4  
Articles
 
document Regular Expression to Escape all Illegal (non alphanumeric) Characters Except a space
I created the following functions which I found to be the easiest way to escape all illegal characters. To escape all illegal (non alphanumeric)...
01 Nov, 2009 Comments: 0
document Quick One liners to test a string whether or not it is an Integer, Alphanumeric, or Character
*note: Solaris egrep flag = "-e" Linux egrep flag = "-E" To test a string whether or not it is...
16 Nov, 2009 Comments: 0
document Using Awk to display a directory listing on files with spaces until the end of line
There are situations where when performing an ls -Al displays files with spaces....
18 Nov, 2009 Comments: 0
document Little script to make process searching easier
I frequently find times when I routinely search for a specific process by performing # ps -ef |grep <name> After typing this numerous...
30 Sep, 2010 Comments: 0



RSS