[arch] rebuild pacman database
Attila
attila at invalid.invalid
Mon Jan 8 01:14:04 EST 2007
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
More information about the arch
mailing list