On Sun, Jul 24, 2011 at 10:00:09PM +0800, lolilolicon wrote:
> On Sun, Jul 24, 2011 at 9:09 PM, Connor Lane Smith wrote:
> > On 24 July 2011 06:34, Dave Reisner wrote:
> >> if [ "$path" -nt "$CACHE" ]; then
> >
> > 'test -nt' is non-por
On Sun, Jul 24, 2011 at 02:09:54PM +0100, Connor Lane Smith wrote:
> On 24 July 2011 06:34, Dave Reisner wrote:
> > if [ "$path" -nt "$CACHE" ]; then
>
> 'test -nt' is non-portable. I think you've just discovered why we use
> the 'ls -dt
On Sun, Jul 24, 2011 at 12:35:19PM +0800, lolilolicon wrote:
> dmenu_run doesn't really run the user input as a shell command line.
> For instance, run dmenu_run from a terminal, then in the menu type:
>
> echo hello\ world
>
> The terminal output is "hello\ world" instead of "hello world".
>
On Sat, May 28, 2011 at 01:54:44AM +0200, Eckehard Berns wrote:
> > Except [...] it doesn't work for every site, it seems. I'll probably
> > work out why when I have more time.
>
> Might be chunked transfer encoding. At least that was the first thing
> that came to mind looking at your code.
>
>