Re: wget --spider

2021-09-30 Thread Doug Clapp
quot; Using v1.27.2, busybox wget -S --spider http://example.com/ 2>&1 | busybox awk '/Content-Length/{print $2}' yields 1256, which is what I think you want. I've never used sed that much but awk is a tool I use a lot; that's why I rewrote the one-liner that way. You may have to get a n

Re: A good scripting language for busybox?

2017-03-18 Thread Doug Clapp
t a script to do more than simply run a sequence of commands I will often turn to awk Doug Clapp ___ busybox mailing list busybox@busybox.net http://lists.busybox.net/mailman/listinfo/busybox

Re: cron usage

2016-01-08 Thread Doug Clapp
given area (cron in this case), some may wait to see if any other subscriber has a better response first, some may have other reasons for not responding right away. Doug Clapp ___ busybox mailing list busybox@busybox.net http://lists.busybox.net/mailman/listinfo/busybox

Re: [PATCH] taskset: support more than 64 cores

2014-08-11 Thread Doug Clapp
GPU's 192 CUDA cores it obviously exceeds 64. I don't know of any projected products based on it, but I'd bet somebody is working on one. Doug Clapp ___ busybox mailing list busybox@busybox.net http://lists.busybox.net/mailman/listinfo/busybox

Fwd: Re: [BUG] vi does not recognize changed permissions on read only files

2012-10-10 Thread Doug Clapp
Original Message Subject: Re: [BUG] vi does not recognize changed permissions on read only files Date: Wed, 10 Oct 2012 20:50:07 -0400 From: Doug Clapp doug.cl...@triad.rr.com Reply-To: doug.clapp1...@alumni.unc.edu To: Manuel Zerpies manuel.f.zerp

Re: unzip applet not working ?

2012-07-24 Thread Doug Clapp
Actually, I didn't need to fix it on my system, but John Spencer wrote the unzip applet may be a candidate for custom argv parsing code, getopt doesn't seem to be a good fit in this case and I couldn't resist the challenge. Thanks for the specifics. Doug Clapp Denys Vlasenko wrote: On Wed

Re: unzip applet not working ?

2012-07-18 Thread Doug Clapp
Denys Vlasenko wrote: On Sat, Jun 23, 2012 at 9:52 PM, Doug Clapp doug.cl...@triad.rr.com wrote: commit c5b01016e622f01dfa9c8c542c0968fe37d4a5f2 Author: Denys Vlasenko vda.li...@googlemail.com Date: Fri Jun 15 16:43:26 2012 +0200 unzip: make options parsing more robust on getopt w/o

Re: unzip applet not working ?

2012-06-23 Thread Doug Clapp
busybox_unstripped In my testing both -d and -x appear to function correctly. I have made documentation suggestions before, but this is my first code contribution. Doug Clapp /* vi: set sw=4 ts=4: */ /* * Mini unzip implementation for busybox * * Copyright (C) 2004 by Ed Clark * * Loosely

Fwd: Re: unzip applet not working ?

2012-06-14 Thread Doug Clapp
Original Message Subject: Re: unzip applet not working ? Date: Wed, 13 Jun 2012 13:34:41 -0400 From: Doug Clapp doug.cl...@triad.rr.com Reply-To: doug.clapp1...@alumni.unc.edu To: busybox busybox@busybox.net Denys Vlasenko wrote: On Tue, Jun 12, 2012

Re: unzip applet not working ?

2012-06-13 Thread Doug Clapp
(with -q for short form) -n Never overwrite files (default) -o Overwrite -p Send output to stdout -q Quiet -x XLST Exclude these files -d DIR Extract files into DIR The -x and -d options are not handled the same way by the switch statement as the others. Doug Clapp

Re: Small issues with hwclock of busybox

2011-07-04 Thread Doug Clapp
now what might be causing this. We need more data then. Fedora 15: doesn't show timezone Gentoo (which version?): shows timezone Other distros: ? Latest canilla util-linux: ? For what it's worth, hwclock from util-linux-2.13-pre7 (puppy Linux 4.2.1) does show time zone Doug Clapp

Re: Small issues with hwclock of busybox

2011-07-04 Thread Doug Clapp
, Busybox v1.18.0.git does not show the words is kept in in the help text. It also does not show the timezone. Doug Clapp ___ busybox mailing list busybox@busybox.net http://lists.busybox.net/mailman/listinfo/busybox

Fwd: Re: stability of column-widths in output from df, route etc

2010-11-26 Thread Doug Clapp
I'm a fan of awk. Seems to me one awk would do what sed... | cut or tr ...| cut would do - i.e. separate fields on one or more consecutive space characters and allow you to pick the field(s) you want. Doug Original Message Subject:Re: stability of column-widths in

Re: Windows port?

2010-04-13 Thread Doug Clapp
with it; when I was working mostly in a DOS/Windows environmet I had not heard of busybos. Try DOStools at www.bootdisk.com/dostools.htm. Also, look at www.4dos.info/dtools.htm Good luck. Doug Clapp ___ busybox mailing list busybox@busybox.net http

Re: Logging serial port data to file

2010-03-25 Thread Doug Clapp
have to decide which method works best for you. Doug Clapp ___ busybox mailing list busybox@busybox.net http://lists.busybox.net/mailman/listinfo/busybox

Re: memory leakage

2010-02-11 Thread Doug Clapp
, as well as busybox free. My kernel is 2.6.25.16 running on an AMD Sempron processor. Doug Clapp ___ busybox mailing list busybox@busybox.net http://lists.busybox.net/mailman/listinfo/busybox

FAQ update needed

2010-01-05 Thread Doug Clapp
. (Don't forget needlibm or needcrypt if your applet needs libm or libcrypt.)/li to: liAdd your applet to the relevant Kbuild file (in the same directory as the Config.in you chose), using the existing entries as a template and the same CONFIG symbol as you used for Config.in./li Doug Clapp

busybox 1.15.3 INSTALL file

2009-12-29 Thread Doug Clapp
file in the tarball under docs/busybox/ is the same BusyBox.html as in docs/. I could find no file with faq in its name in the tarball. There may be other problems in INSTALL; these are the ones I have noticed so far. Doug Clapp ___ busybox