how do i handle *bak files?
I think this should work out :
Backuppisi li | awk '{print $1}' > installed-software.bak
Restorepisi it installed-software.bak
You can propose it to the webmaster if it works.
the comand i also found out but i reinstalled the listed packages as follow:
#!/bin/bash
#FILE: pus-k.sh
# VERSION: 0.1
# COPYRIGHT: miltonjohn
#LICENSE: not specified ;)
#Description:pardus-script
#
echo ''
echo ' ____ _ ("`-""-/") '
echo '| _ \ __ _ _ __ __| |_ _ ___ `6_ 6 ).--...--��"`-._ '
echo '| |_) / _` | �__/ _` | | | / __| (_Y_.) � `-. ( ).`-.__.�) '
echo '| __/ (_| | | | (_| | |_| \__ \ `--�_.._._ ) `._ `. ``-..-� '
echo '|_| \__,_|_| \__,_|\__,_|___/ _.� .� _/ /---_.' , ' '
echo ' (il)-� (li)-� ((!.-� '
echo ''
echo ' (PARDUS Linux) '
echo ''
for x in $(<get.txt); do pisi it -y $x; done
exit