Skip to content

secure mail and data exchange

contact@x21.ch

Tag Archives: awk

delete a whole lot of crap in Maildir

~/Maildir/cur# for i in `grep Tiki *|awk ‘{split($0,a,”:”); print a[1]”:”a[2] }’`; do rm $i; done Deletes all mails in Maildir inbox containing “Tiki”  

Posted byguideApril 3, 2013Posted inpure computing, system operatingTags: awk, MaildirLeave a comment on delete a whole lot of crap in Maildir

openvz do for all VEs

vzlist | awk {‘print “vzctl set ” $1 ” –save –cpuunits=33325 ” ‘} | grep -v CTID | sh  

Posted byguideSeptember 26, 2011Posted inpure computing, system operatingTags: awk, openvz, shLeave a comment on openvz do for all VEs

Tags

3D 5515 android arduino awk backup c# CCS (Code Composer Studio) crossplatform framework DAC DGL DSP/BIOS eZdsp FAT lib ffmpeg ios jack javascript Linux MP3 mplayer Multiplexer nagios octave opengl openvz osx PCB Prototyp puredata python qt5 rsync SD-Karte sh SPI ssh Tastaturdecoder TMS320 UML USB WAV wget windows wordpress
secure mail and data exchange