On 25 Jan 2010, at 20:12, Kyle Bader wrote:
This is rather blunt but...
Find / -name "*"|xargs touch
I am pleased to award you, on behalf of the gentoo-users mailing list,
a golden prize for this year's most redundant use of wildcards in a
command line.
Stroller.
On Mon, Jan 25, 2010 at 12:49 PM, dhk wrote:
> Mark Knecht wrote:
>> On Mon, Jan 25, 2010 at 11:09 AM, Mick wrote:
>>> On Monday 25 January 2010 18:05:14 Mark Knecht wrote:
Hi,
I've just rebuilt my new machine this morning playing with
different ways to do things. Unfortunately
Mark Knecht wrote:
> On Mon, Jan 25, 2010 at 11:09 AM, Mick wrote:
>> On Monday 25 January 2010 18:05:14 Mark Knecht wrote:
>>> Hi,
>>>I've just rebuilt my new machine this morning playing with
>>> different ways to do things. Unfortunately I went sort of fast and
>>> forgot to set date/time/t
On Monday 25 January 2010 22:12:05 Kyle Bader wrote:
> This is rather blunt but...
>
> Find / -name "*"|xargs touch
This might work better:
find / -mtime -0 | xargs touch
I *think* that will find everything with an mtime less than 0 (i.e. in the
future).
untested, it might eat kittens, ymmv,
On Mon, Jan 25, 2010 at 11:09 AM, Mick wrote:
> On Monday 25 January 2010 18:05:14 Mark Knecht wrote:
>> Hi,
>> I've just rebuilt my new machine this morning playing with
>> different ways to do things. Unfortunately I went sort of fast and
>> forgot to set date/time/timezone. (Doing too much f
This is rather blunt but...
Find / -name "*"|xargs touch
On 1/25/10, Mark Knecht wrote:
> Hi,
>I've just rebuilt my new machine this morning playing with
> different ways to do things. Unfortunately I went sort of fast and
> forgot to set date/time/timezone. (Doing too much from memory this
On Monday 25 January 2010 18:05:14 Mark Knecht wrote:
> Hi,
>I've just rebuilt my new machine this morning playing with
> different ways to do things. Unfortunately I went sort of fast and
> forgot to set date/time/timezone. (Doing too much from memory this
> time.) Now when I try to set the sy
Hi,
I've just rebuilt my new machine this morning playing with
different ways to do things. Unfortunately I went sort of fast and
forgot to set date/time/timezone. (Doing too much from memory this
time.) Now when I try to set the system time to local and the hardware
clock to Pacific time and tu
8 matches
Mail list logo