#!/bin/bash
if [ "fioo" = "foo" ]
then
echo "it equal"
else
echo "Oops! something is wrong"
fi
Search
Tuesday, August 19, 2008
Subscribe to:
Post Comments (Atom)
This blog is dedicated to people who are interested to learn Linux. Till now I have been written more than 200 bash scripts and I am sharing few of them in this blog. You can also find some installation steps of Open source products on linux.
No comments:
Post a Comment