Gp2x Terminal Emulator Released
#16
Posted 06 December 2005 - 07:49 PM
#17
Posted 06 December 2005 - 08:11 PM
but could you get any bluetooth keyboard working then?
ok those small pda ones are still expensive but you can get normal pc keyboards for arround 15€ at ebay
#18
Posted 06 December 2005 - 08:29 PM
#22
Posted 06 December 2005 - 09:59 PM
PSyMastR: command | more
you have to pipe it(the |) to more
edit: now all we can have console games. GNU Chess anyone?
Edited by BBTroll, 06 December 2005 - 10:02 PM.
#23
Posted 06 December 2005 - 10:00 PM
so... "help -more"? thanks.1 question, when i typed in help to see a list of commands this thing supported it scrolld by too fast. what was the option to have it go page by page?
more
Ive only used function -m but that didn't work.
help | more
You can also use help | less, this should let you scroll both ways.
Thanks for this jochang... I've been writing shell scripts to dump dir listings to check out the filesystem.
#24
Posted 07 December 2005 - 02:12 AM
You can also use help | less, this should let you scroll both ways.
there is not "less" on the gp2sx
#25
Posted 07 December 2005 - 03:17 AM
EDIT:
I tried dumping all the files from nand to the sd, but none would copy over
#/bin/sh cd / cp -f /bin/* /mnt/sd/nix/bin/ cp -f /etc/* /mnt/sd/nix/etc/ cp -f /lib/* /mnt/sd/nix/lib/ cp -f /proc/* /mnt/sd/nix/proc/ cp -f /sbin/* /mnt/sd/nix/sbin/ cp -f /usr/* /mnt/sd/nix/usr/ cp -f /dev/* /mnt/sd/nix/dev/ cp -f /home/* /mnt/sd/nix/home/ cp -f /root/* /mnt/sd/nix/root/ cp -f /tmp/* /mnt/sd/nix/tmp/ cp -f /var/* /mnt/sd/nix/var/ cd /usr/gp2x ./gp2xmenu
That was my file... I also tried *.*, but with no sucess.
Edited by PSyMastR, 07 December 2005 - 03:18 AM.
#26
Posted 07 December 2005 - 07:25 AM
Mark
#27
Posted 07 December 2005 - 10:46 AM
o_O! I forgot about piping commands! How stupid of me.
EDIT:
I tried dumping all the files from nand to the sd, but none would copy over
I think you should add -R (for Recursive)
#28
Posted 07 December 2005 - 12:09 PM
Two words: NetHack Port!
#29
Posted 07 December 2005 - 12:42 PM
#30
Posted 07 December 2005 - 06:02 PM












