Hahahah…How the vi editor would seem if it has been made by Microsoft…
I found it from Marigan’s Weblog
Hahahah…How the vi editor would seem if it has been made by Microsoft…
I found it from Marigan’s Weblog
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.
$
Unix System Admin’s Unixersal Translator
A very usefull page for those working with different types of Unix Box…