On 7/18/07, Matt Seitz (matseitz) wrote:
From: DePriest, Jason R.
> On 7/13/07, Matt Seitz (matseitz) wrote:
> > "runas /netonly /user:machine2\userB" followed by "mkpasswd -d
> > machine2 -u userB": fails
> >
>
> If the server is stand alone, wouldn't mkpasswd -l be more
> appropriate than mk
Duh! You are right: in a fresh shell this works correctly.
I must inadvertently have mucked with IFS in another script
earlier.
Thanks!
-- O.L.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Olivier Lefevre on 7/21/2007 4:26 PM:
>> I am unable to reproduce this. Perhaps you can paste the entire contents
>> of a directory in question?
>
> $ cd /c/Java/j2sdk1.5.0/src/java/util/jar
>
> $ for i in `\ls *.java`; do echo \"$i\";
for i in *.java; do sed -e "$i"; done
Thanks, I hadn't thought of getting rid of the ls; this works.
I am unable to reproduce this. Perhaps you can paste the entire contents
of a directory in question?
$ cd /c/Java/j2sdk1.5.0/src/java/util/jar
$ for i in `\ls *.java`; do echo \"$i\"; done
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Olivier Lefevre on 7/21/2007 3:21 PM:
> As the subject says, ls returns the file list as one big string for some
> directories but not others. One sign of that is that, e.g.,
>
> for i in `\ls *.java`; do sed -e $i; done
Why not do s
As the subject says, ls returns the file list as one big string for some
directories but not others. One sign of that is that, e.g.,
for i in `\ls *.java`; do sed -e $i; done
fails with "File too long". Once can prove it with
for i in `\ls *.java`; do echo \"$i\"; done
which will retur
syam prasad wrote:
Hi,
I am facing with lot of issues with gcc 3.4.4 regarding .dll build.
Where can i downlaod gcc 3.2.2 . I serached in all mirrop sites, but
failed to find it. Please help me.
Regards,
syam.
Syam, I think you're asking the wrong question. Why not ask about help
solving th
Hi,
I am facing with lot of issues with gcc 3.4.4 regarding .dll build.
Where can i downlaod gcc 3.2.2 . I serached in all mirrop sites, but
failed to find it. Please help me.
Regards,
syam.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.
Hi Nils,
On Jul 20 20:04, [EMAIL PROTECTED] wrote:
> Dear Sir or Madam,
>
> i'm currently developing a non-commerical software under GPL for my
> modell railroad. It uses SRCP as a client, a protocoll for controlling
> model railroads. The only SRCP-Server available is the SRCPD which is
> wri
9 matches
Mail list logo