open-menu closeme
Home
RetroComp icon
Retro Computing Articles Composition Notebooks 8bit
DevOps icon
Automation K8s Done Right
GenAI icon
Fatlama Newsletter Generative AI
Projects icon
Software Projects Arduino Esp8266 SQLite
Status
Links icon
GitHub LinkedIn
About
github linkedin rss
  • Better unix life: mass replace and xargs

    calendar Jun 7, 2007 · 1 min read
     blog-objectsrootcom en evergreen  · api perl unix
     ·
    Share on: twitter facebook linkedin copy
    Better unix life: mass replace and xargs

    Use the sed -i command

    sed -i.BAK 's|foo|bar|g' files # -i does in-place replacement
    perl -pi.bak -e 's|foo|bar|g' files                # or
    perl -pi.bak -e 's|foo|bar|g' `find /pathname -name "filespec"`

    Perl is the preferred way, but on some production system you must use the old good sed. For some tips on sed take a look to its faq. Another very powerful command is xargs. Xargs is a rapid  way to process files containing spaces, using  a  combo with find:


    Read More
  • Blue Dragon Revision 2

    calendar May 16, 2007 · 1 min read
     blog-objectsrootcom en  · ant database easy site spam vi
     ·
    Share on: twitter facebook linkedin copy
    Blue Dragon Revision 2

    Hi dear spammers, I am an announce.

    I love you so much I have decided to auto delete spam comments not already published.


    Read More
  • Ravenna e Ferrara April 2007 twin trip

    calendar May 15, 2007 · 1 min read
     blog-objectsrootcom en  · april trip
     ·
    Share on: twitter facebook linkedin copy
    Ravenna e Ferrara April 2007 twin trip

    I am very happy to publish a first look of my trip to Ravenna and Ferrara.


    Read More
  • Il vorrei ma non posso di Rutelli

    calendar May 11, 2007 · 2 min read
     blog-objectsrootcom it  · politica
     ·
    Share on: twitter facebook linkedin copy
    Il vorrei ma non posso di Rutelli

    Francesco Rutelli ha  dichiarato che "se fosse stato un semplice deputato, andrebbe al family day". Questa dichiarazione e' a mio avviso penosa e un po' ipocrita.
    Premetto che sono a favore dei D.i.c.o., anche nella forma piu' blanda proposta dal governo, e che patti del genere sono gia' presenti nel resto dell'Europa da tempo.


    Read More
  • Jonny Jella podcast

    calendar Apr 24, 2007 · 2 min read
     blog-objectsrootcom it  · ant api car email italia rim storia test ui vi
     ·
    Share on: twitter facebook linkedin copy
    Jonny Jella podcast

    Come disse un famoso giudice "Il fatto che non se ne parli, non vuol dire che il pizzo sulle arachidi non esista". Per cui, nel giorno del mio trentatreesimo compleanno ho deciso di impegnarmi a fondo in uno scopo sociale e di denuncia.
    Sono perciò lieto di presentare il


    Read More
    • ««
    • «
    • 6
    • 7
    • 8
    • 9
    • 10
    • »
    • »»

Recent Posts

  • Netflix retro weird spirit
  • Yakuza Blues
  • FreeBSD on MacBook Mid 2009 with BroadCom WIFI
  • 6,76%

Latest comments

    Giovanni Giorgi

    Copyright 1999-  GIOVANNI GIORGI. All Rights Reserved

    to-top