Lawak, UNIXMarch 9, 2007 4:12 pm

 Hahahah…How the vi editor would seem if it has been made by Microsoft…

I found it from Marigan’s Weblog

 

 

IT, UNIXDecember 17, 2006 11:35 pm

hmm i’m trying to user MarJan’s scrpit
I wonder…why it can’t be execute ehh ???

 

$ uname -sr
HP-UX B.10.20
$ ls *

folderA:
fileA  fileB

folderB:
$ more .check.sh
#!/usr/bin/sh

# FolderA contains some files
if [ -f folderA/* ]
then
        echo "folderA Got Some Files"
else
        echo "folderA Got No File"
fi

# FolderB contains no file at all
if [ -f folderB/* ]
then
        echo "folderB Got Some Files"
else
        echo "folderB Got No File"
fi

$ ./check.sh
sh: ./check.sh:  not found.
$

IT, UNIXDecember 8, 2006 2:52 pm

A very usefull page for those working with different types of Unix Box…

http://unixguide.net/cgi-bin/unixguide.cgi

http://bhami.com/rosetta.html