Archive

Archive for June, 2009

/bin/rm: Argument list too long

June 18th, 2009 No comments

Removing a lot of files…

#find . | xargs rm
#find . -name ‘spam-*’ | xargs rm

Categories: *nix Tags:

Remove ^M from windows text files with VI.

June 11th, 2009 No comments

Remove ^M from windows text files with VI.

:1,$s/^V^M//gc

or

:1,$!tr -d ‘\r’

Categories: *nix Tags:

FreeBSD – remove all installed packages!

June 11th, 2009 1 comment

# pkg_info | cut -d\ -f1 | xargs pkg_delete

or

# cd /var/db/pkg ; find . -type d | xargs pkg_delete

Categories: *nix Tags:

Primeiro Post

June 11th, 2009 No comments

Este é o primeiro post do blog. Pretendo colocar algumas informações sobre TI (linux, freebsd, programção…), sustentabilidade e o meu hobby predileto as motos.

Categories: default Tags: