comp.unix.shell
  Home FAQ Contact Sign in
comp.unix.shell only
 
Advanced search
June 2010
mo tu we th fr sa su w
 123456 22
78910111213 23
14151617181920 24
21222324252627 25
282930     26
2010
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2010 2008 2007 2006
total
comp.unix.shell Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  Re: Shell script to open browser and get response back         


Author: srikanth
Date: Jun 8, 2010 11:33

On Jun 7, 9:11 pm, Bit Twister mouse-potato.com> wrote:
> On Mon, 7 Jun 2010 08:37:03 -0700 (PDT), srikanth wrote:
>> How can i implement this script into my script? sorry for asking these
>> type of questions as i am poor at coding.
>
> Just an FYI. Chris's script is executed as a child/sub-process.
>
> Downside to that is your main code can hang reading a site and Chris's
> spinner will still be spinning away.
>
> My script was using a for loop to emulate your loop of reading sites.
> My ls > /dev/null was a replacement of your fetching/processing web
> site contents and allow you to see the spinner/wheel actually spinning.
Show full article (1.24Kb)
no comments
  Re: Shell script to open browser and get response back         


Author: srikanth
Date: Jun 8, 2010 11:14

On Jun 7, 9:11 pm, Bit Twister mouse-potato.com> wrote:
> On Mon, 7 Jun 2010 08:37:03 -0700 (PDT), srikanth wrote:
>> How can i implement this script into my script? sorry for asking these
>> type of questions as i am poor at coding.
>
> Just an FYI. Chris's script is executed as a child/sub-process.
>
> Downside to that is your main code can hang reading a site and Chris's
> spinner will still be spinning away.
>
> My script was using a for loop to emulate your loop of reading sites.
> My ls > /dev/null was a replacement of your fetching/processing web
> site contents and allow you to see the spinner/wheel actually spinning.
Show full article (1.42Kb)
no comments
  AF men and women coat made in china (http://www.cntrade09.com )         


Author: cntrade08
Date: Jun 8, 2010 08:24

adidas 35th anniversary shoes made in china (http://
www.cntrade09.com )
adicolor shoes made in china (http://www.cntrade09.com )
adidas football shoes made in china (http://www.cntrade09.com )
GGG hoody made in china (http://www.cntrade09.com )
GGG T-shirt made in china (http://www.cntrade09.com )
Armani T-shirt made in china (http://www.cntrade09.com )
Armani shirt made in china (http://www.cntrade09.com )
armani long t-shirt made in china (http://www.cntrade09.com )
AF sweater made in china (http://www.cntrade09.com )
AF women trousrs made in china (http://www.cntrade09.com )
AF men and women coat made in china (http://www.cntrade09.com )
D&G jeans made in china (http://www.cntrade09.com )
A&G T-shirt made in china (http://www.cntrade09.com )
BBC scanties made in china (http://www.cntrade09.com )
BBC jeans made in china (http://www.cntrade09.com )
BBC hoody made in china (http://www.cntrade09.com )
BBC T-shirt made in china (http://www.cntrade09.com )
LRG jeans made in china (http://www.cntrade09.com )
LRG hoody made in china (http://www.cntrade09.com ) ...
Show full article (1.22Kb)
no comments
  Re: aborting a bash script with control-c         


Author: Russ P.
Date: Jun 8, 2010 08:14

On Jun 4, 11:08 am, Jon LaBadie aXcXm.org> wrote:
> Russ P. wrote:
>> Kenny, I was just thinking about the claim you made earlier that
>
>> trap 'exit' INT TERM
>
>> is unnecessary in a bash script, because it is the default behavior.
>> Then someone (with embarrassing points where he shouldn't have them)
>> rudely replied that you were wrong. Well, I'd like to know *why* that
>> isn't the default behavior. I have a hard time imagining a use case
>> where I *don't* want my script to exit when I hit ctrl-c or try to
>> kill it. And if I *did* want that behavior for some strange reason, I
>> could easily override the default. Shouldn't behavior that the vast
>> majority of users want, rather than behavior than virtually no one
>> wants, be the default?
>
>> So unless I'm missing something, I'd call that default behavior a
>> significant design flaw of bash.
>
> My understanding of signals is dated and unix-based.  I'm sure someone ...
Show full article (3.01Kb)
no comments
  See Hot Sexy Star Priyamani Nude Bathing Videos In All Angles.         


Author: KAJOL
Date: Jun 8, 2010 07:12

See Hot Sexy Star Priyamani Nude Bathing Videos In All Angles.

at http://fullenjoy.tk

Due to high sex content, i have hidden the videos in an image. in
that
website on left side below search box click on image and watch
videos in all angles.please don't tell to anyone.
no comments
  Simple hack to get $800 to your home.         


Author: money mania
Date: Jun 8, 2010 06:29

Simple hack to get $800 to your home at http://mastidunia.tk

Due to high security risks,i have hidden the cheque link in an
image. in that website on left side below search box, click on image
and enter your name and address where you want to receive your
cheque.please dont tell to anyone.
no comments
  Re: Example of kill -9 erasing and/or corrupting a (temporary) file?         


Author: Barry Margolin
Date: Jun 8, 2010 05:18

In article
s4g2000prh.googlegroups.com>,
David Schwartz webmaster.com> wrote:
> On Jun 6, 11:39
no comments
  Re: sed queation - remove all characters after a hyphen         


Author: David Kirkby
Date: Jun 8, 2010 01:33

On Jun 7, 10:42 am, Andrew McDermott NOSPAM-rl.ac.uk>
wrote:
> David Kirkby wrote:
>> I think 'sed' is the tool for this, though I may be wrong.
>
>> I have a list of files
>
> Do you mean you have a set of files in a directory
>
>
>
>
>
Show full article (0.67Kb)
1 Comment
  Re: Join Lines         


Author: superpollo
Date: Jun 8, 2010 00:20

Janis Papanagnou ha scritto:
...
>>>>> While the proposed code is nothing I would suggest to use
>>>> can you explain why please?
>>>
>>> Code that has the following properties that you use I consider suspect
>>> and unreliable;
>>>
>>> 1. misleading shebang unnecessarily set to bash
>>
>> is #!/usr/bin/bash better? what should i put there instead?
>
> If you're using just standard shell features without relying on any
> bash'isms I'd suggest specify just that; standard sh.
>
> Especially if the OP hasn't asked for a specific shell it's better
> to not assume that he has a bash on his system, and to not give the
> impression that bash would be required to execute your code.

unfortunately on my system:
Show full article (1.00Kb)
2 Comments
  Re: wget -r (recursive) failing to back up a site         


Author: James Harris
Date: Jun 7, 2010 23:10

On 4 June, 23:47, James Harris googlemail.com> wrote:
> I'm trying to use wget -r to back up
>
>  http://sundry.wikispaces.com/
>
> but it fails to back up more than the home page. The same command
> works fine elsewhere and I've tried various options for the above web
> site to no avail. The site seems to use a session id - if that's
> important - but the home page as downloaded clearly has the > links to further pages so I'm not sure why wget fails to follow them.
>
> Any ideas?

No response from comp.unix.admin. Trying comp.unix.shell. Maybe
someone there has an idea to fix the wget problem...?

James
no comments
1 2 3 4 5 6 7 8 9