|
Search:
Advanced search
|
Browse by category:
|
Contact Us |
|
Showing: 1-4 of 4
Articles
|
||||
|
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)...
|
||||
|
||||
|
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...
|
||||
|
||||
|
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....
|
||||
|
||||
|
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...
|
||||
|
||||
Powered by
KBPublisher (Knowledge base software)