lkml.org 
[lkml]   [2009]   [Jun]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH 00/62] Remove unnecessary semicolons
    On Sun, 28 Jun 2009 09:26:05 -0700
    Joe Perches <joe@perches.com> wrote:

    > Found by script
    > #! /bin/bash
    >
    > from=";\s*;\s*\n"
    > to=";\n"
    >
    > for file in $(grep -rP --include=*.[ch] -li $from *) ; do
    >
    > perl -i -e \
    > "local $/; while(<>) { s/$from/$to/g; print; }" $file
    >
    > done
    >


    can you improve your descriptions please?
    to at least include the why for a change, not just the how and what...



    --
    Arjan van de Ven Intel Open Source Technology Centre
    For development, discussion and tips for power savings,
    visit http://www.lesswatts.org


    \
     
     \ /
      Last update: 2009-06-28 19:13    [W:4.120 / U:0.136 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site