-
I'm creating a tar file (with a VBA script, but that shouldn't matter). The command used to generate the file is below. The problem is, the tar file includes the full path of the files that were included in the file. I need to either create it or modify it afterwards so the resulting tar file includes just the files in the last folder (8314048612111209). I realize this is probably simple...
2009-11-12 16:58:11 UTC by jgrenfell
-
Please update flex to version 2.5.35.
2009-11-09 18:52:45 UTC by omarhawk
-
I don't really know if it was a bug, I've been used the follow commands to download a web page:
culr http://www.cn-dos.net/forum/viewthread.php?tid=16676^&fpage=[1-3] | sed "s/]*>//g" > new.html
but it only save file with 4K(the really size is 178K). In another way, I also used sed v4.0.7 for windows to process , in actuallly it works fine.
2009-11-07 09:14:36 UTC by asnahu
-
openssl-0.9.8k has a recently found severe security problem (CVE-2009-3555).
Recently released openssl-0.9.8l (Nov 05 2009) disables all renegotiation and fixes that problem.
I have compiled openssl-0.9.8l. The files are available here:
[http://drop.io/GetGnuWin32][1]
31f65e5bc3962c5f97e91e6907c61694365a1be1 *wget-1.12.1-devel-and-openssl-0.9.8l.zip...
2009-11-07 06:15:05 UTC by raysatiro
-
With this in a batch file
find.exe c:\intel -printf %p, %c, %a, %t, %m\n
I am getting this output
c, t, m
c, t, m
c, t, m
c, t, m
If I run that same command from a cmd prompt
c:\intel, Tue Aug 14 16:14:24 2007, Fri Nov 06 16:02:52 2009, Sun Oct 18 18:29:09 2009, 666
c:\intel/cc.txt, Sun Oct 18 18:29:04 2009, Fri Nov 06 16:04:28 2009, Sun Oct 18 18:29:09 2009, 666
c:\intel/Logs...
2009-11-06 23:50:22 UTC by ben_whittaker
-
The O.P. also can simply choose to uninstall wget (the best option) until there is an official build hosted on this site or at least use it cautiously until then. There are people willing to *test* development builds which should not have the vulnerability that is a concern. I don't use wget myself so I have no reason to install it.
2009-11-05 15:21:18 UTC by mz2ptc0
-
+1.
2009-11-01 19:34:33 UTC by dpolivaev
-
i would love an output format where we see a line that says
-\/***/\** File 1 10-50:
{actual diff lines}
-\/***/\** File 2 : 10-40
(actual diff lines)
no ! at the beggenning
the -\/***/\** can be any random char set that is not in the file (so one pass can check that - i can wait)
2009-10-27 17:41:38 UTC by tgkprog
-
Gawk version: 3.6.1-1
Problem: Same as reported for grep in #1551646. Giving a UNC path as filename yields an "Invalid argument" error, unless the path is invalid, in which case the appropriate "No such file or directory" appears instead.
2009-10-26 14:41:47 UTC by clacke
-
mv --v --reply=no a.txt Z:\
always overwrites Z:\a.txt if present. My understanding is that --reply=no should mean answer no to question about overwriting the file.
2009-10-20 21:51:42 UTC by bastafidli