File Manager

Current Path : /usr/share/doc/crm114/examples/tests/
Upload File :
Current File : //usr/share/doc/crm114/examples/tests/backwardstest.crm

#! /usr/bin/crm
#
#	backwardstest.crm - search backwards for foo, then bar.ooo

# Copyright 2009 William S. Yerazunis.
# This file is under GPLv3, as described in COPYING.

{
	{
		output / searching for a foo.../
		match /foo/
		output /found a foo, searching for bar.ooo... /
		match (:b:) <backwards> /bar.ooo/
		output /found a bar.ooo: -:*:b:- :*:_nl: /
	}
	alius
	{
		output /no bar.ooo in front of the foo. :*:_nl:/
	}
}

File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com