This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

find script

Old posts that have not been replied to for several years.
Locked
User avatar
ReaLz
Op
Posts: 121
Joined: Sat Oct 19, 2002 5:33 am
Location: Athens, Greece

find script

Post by ReaLz »

could somebody tell me the command which searches for scripts that contain a bind in it?
«A fantastic spaghetti is a spaghetti that does not exist»
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

A little mroe details would not ahve helped.

A bot command, shell command?

What you may be looking for is the grep shell command.

CHange tot eh scripts dir
grep "<STRING>" ./8
<STRING> is a regular expression, though you can use basic matching, if you escape your string correctly.
User avatar
ReaLz
Op
Posts: 121
Joined: Sat Oct 19, 2002 5:33 am
Location: Athens, Greece

auto command

Post by ReaLz »

could someone tell me an example of a script tha makes the person who enters the partyline to do a command automatically?
«A fantastic spaghetti is a spaghetti that does not exist»
Locked