RE: cygwin mentors? Was: bash and the suid bit

2002-04-18 Thread Justin MacCarthy
rver/help/windows_security_runas.h tm Actually one of those articles mentions XP so. > Thanks for your reply, > Richard > > -- > Richard Troy, Chief Scientist > Science Tools Corporation > [EMAIL PROTECTED], 510-567-9957, http://ScienceTools.com/ > > On Thu, 18 Apr

RE: bash 2.05a-3: option to allow drive letter prefixes for completion?

2002-04-16 Thread Justin MacCarthy
Whats wrong with mount c: /c etc. and $ ls -d /c/win* /c/win2000 /c/wincvs /c/winzip.log Justin > Chris Metcalf > Currently, if you use completion on a path with a drive letter (e.g. > "ls -d c:/win"), bash considers the drive letter to be unrelated > syntax and expands out of the mount

bash script Q

2002-04-05 Thread Justin MacCarthy
Hi, anyone point me to the best bash script option for checking the first 2 characters of all the files in a directory? logic of the script is for each file in directory test if the first 2 chars are "%!" print Filename valid if not print

RE: Running a bash script using "at" on an NT box

2002-03-28 Thread Justin MacCarthy
Larry, Spot on, thanks Justin > The first most > likely problem is that your mount table is not system-wide. Start there. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FA

Running a bash script using "at" on an NT box

2002-03-28 Thread Justin MacCarthy
Hi, I'm trying to schedule a bash script to run using "at" on a NT4 box The script is located in /d/test.sh test.sh is very simple just to test it If i type d:\Runscript /d/test.sh then it works fine. However I've tried at 16:00 /every:M,T,W,Th,F,S,Su "cmd /c d:\RunScript.bat /d/test.sh" It