Understanding & Using The tee Command
*tee* command is common on Unix like systems and on Windows PowerShell. The tee command writes the input to the file specified and also to the standard output, it was named after the plumbing T-splitter used. Here's a graphical presentation of the tee command:
Image:...
Read more...
Printing Numerics from Alphanumeric Column in Oracle
Let us suppose we have a table *T_APHA_NUMERIC* which consists alphanumeric column as shown below
Code:
---------
APHA_NUMERIC
CDNTK1V0103H
123ABC45NJDK
ABC12345
12345
Read more...
Using *nix lsof Command To Your Advantage
lsof or *LiS Open Files* is a very powerful command available on most of Unix-like systems, it lists all open files (in *nix everything is a file, drives, sockets, inodes, etc.). The listing can filtered using various parameters like process id, owner of the process, etc. In this article we'll...
Read more...
|
Subscribe via RSS
Get live updates in your web browser window. |
Follow us on Twitter
Are you on Twitter? Follow us and get updated. |
Like us on facebook
Share Go4Expert with your buddies on facebook. |
Find us on Google+
Add Go4Expert to your Circle at Google+. |
Unsubscribe
If you no longer wish to receive this newsletter or want to edit your preferences you can do it here. | |