Awksome: Wraping text to 80 characters

This little awk snippet wraps textlines longer than 80 characters and prepends a single blank to the wrapped content. awk ‘{textlength=int(length($0)/70) ; i=1 ; \ if (length($0)>72) { \ { print substr($0,0,70) } \ while (i< =textlength) { { print ”...

Updates

11 packages can be updated. 11 updates are security updates. The following packages will be upgraded: libapache2-mod-php5 php-pear php5 php5-cgi php5-cli php5-common php5-curl php5-dev php5-gd php5-mysql php5-pgsql 11 packages upgraded, 0 newly installed, 0 to remove...