http://qs1969.pair.com?node_id=515369


in reply to Re^2: What one-liners do people actually use?
in thread What one-liners do people actually use?

ren *.mas *.html

    --k.


Replies are listed 'Best First'.
Re^4: What one-liners do people actually use?
by ikegami (Patriarch) on Dec 08, 2005 at 20:38 UTC
    duh! silly me! I've been doing
    for %q in (TESTA.*) do copy %q TESTB%~xq
    a lot lately, so I wasn't thinking straight.