Free Online Programming Tutorials

Let’s Learn Web Programming!





Archive for the ‘Unix’ Category

/* Unix Shell Script To Display Process With 30 Seconds Delay */

count=5
while(test $count -gt 0)
do
Read the rest of this entry »

/* Unix Shell Script To Check All Files Given In Command Line */

if(test $# -eq 0)
then
echo enter files
else
Read the rest of this entry »

Basic Unix Commands

Jun-11-2009 By

Here are some Basic Unix Commands:

*date - display date
Syntax: date [+format]
format can be - %D,%a,%d,%h,%m, %Y, %y, %T, %H, %M, %S, %n, %t
Read the rest of this entry »