GM help me to find the ID of my old char!
Posted: 11 Nov 2006, 22:17
the nick was FuN-ArcheR or something like, i can tell the pass of he in PM, give me he login i forget
Feel the mana power growing inside you!
https://forums.themanaworld.org/
Code: Select all
tmwxxabb@minden027:~/tmwserver/save$ cat account.txt | grep `cat athena.txt | grep -i fun-archer | awk '{print $2}' | awk -F , '{print $1}'` | awk '{print "This char belongs to account named: " $2"."}'
This char belongs to account named: archerfan.
thanks so much...Platyna wrote:Regards.Code: Select all
tmwxxabb@minden027:~/tmwserver/save$ cat account.txt | grep `cat athena.txt | grep -i fun-archer | awk '{print $2}' | awk -F , '{print $1}'` | awk '{print "This char belongs to account named: " $2"."}' This char belongs to account named: archerfan.