[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Readable Bash Primer



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Sat, Mar 10, 2007 at 09:45:48PM +0200, David Baron wrote:
> Anything on line. The "man" is unreadable.
X="1"
if [ "$X" = "1" ]; then
	echo "true";
else
	echo "false";
fi

while [ "$X" = "1" ]; do
	echo "endless loop";
done

2 example of bash command structruces.

What exactly are you having a problem with?
- -- 
|  .''`.  == Debian GNU/Linux == |       my web site:           |
| : :' :      The  Universal     |mysite.verizon.net/kevin.mark/|
| `. `'      Operating System    | go to counter.li.org and     |
|   `-    http://www.debian.org/ |    be counted! #238656       |
|  my keyserver: subkeys.pgp.net |     my NPO: cfsg.org         |
|join the new debian-community.org to help Debian!              |
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFF8xJZv8UcC1qRZVMRAudGAJ9j6Ux3xQAMvZ3TKMdIrEXDWMyZkACfdRLd
aa21u1dwe8TNifBh6PAhGlg=
=PK2F
-----END PGP SIGNATURE-----



Reply to: