On Sonntag, 7. Januar 2007 17:10 Damir Perisa wrote: > sort -u > > is a way to eliminate duplicate lines while sorting
Thanks for the hint and that you don't give me a RTFM.-) So with the results grep installed /var/log/pacman.log | cut -d' ' -f4-5 | sort -u > ~/long_version grep installed /var/log/pacman.log | cut -d' ' -f4 | sort -u > ~/short_version grep removed /var/log/pacman.log | cut -d' ' -f4-5 | sort -u > ~/removed_list it should be shorter to reinstall the packages than to install arch from my view. See you, Attila _______________________________________________ arch mailing list [email protected] http://www.archlinux.org/mailman/listinfo/arch
