#!/bin/bash
if [ -e xyz ]
then
echo "file xyz is there"
else
echo "Oops "
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