[SLE] Testing using Bash for an unknown extension
From: Sean Rima (sean_at_tcob1.net)
Date: 11/30/03
- Previous message: Patrick Shanahan: "Re: [SLE] Printing on Mozilla/Firebird (solved)"
- Next in thread: Vic Ayres: "Re: [SLE] Testing using Bash for an unknown extension"
- Reply: Vic Ayres: "Re: [SLE] Testing using Bash for an unknown extension"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: suse-linux-e@suse.com Date: Sun, 30 Nov 2003 13:13:45 +0000
I am trying to test to see if a file exsides but the extension changes all
the time, ie
ab251455.001
ab251455.002
if I do a :
if [ -e /var/max/spool/inbound/ab251455.* ] ; then
run_command
fi
the run_command never runs
Sean
- application/pgp-signature attachment: stored
- Previous message: Patrick Shanahan: "Re: [SLE] Printing on Mozilla/Firebird (solved)"
- Next in thread: Vic Ayres: "Re: [SLE] Testing using Bash for an unknown extension"
- Reply: Vic Ayres: "Re: [SLE] Testing using Bash for an unknown extension"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]