list the contents of a memory card[top|sitemap|download|docs]

list the contents of a memory card

mc-ls - list the contents of a memory card Daniel Balster/psxdev-tools
  • SYNOPSIS OF mc-ls
    --quiet,-q 	be quiet
    --help,-h 	print this text
    --verbose,-v 	be verbose
    --version,-V 	print binary version
    --device=x,-d	use this device (default: /dev/pccl)
    --slot=x,-s	memory card slot (default: 0)
    --long,-l 	list in long format
    --comment,-c 	show sjis encoded file comment
    
  • DESCRIPTION OF mc-ls
    mc-ls lists the contents of a memory card. You need a kanji capable terminal to display the memory card file comments, because they are encoded in shifto-jis. Further you can choose between a long and a short listing.
  • EXAMPLES FOR mc-ls
    mc-ls -l
    will give a long listing of all files of the memory card in the first slot
    mc-ls BES\*
    will only list files beginning with BES
  • BUGS OF mc-ls
    Slots are numbered 0 and 1 instead of 1 and 2. This is a design bug in all memory card tools but it won't be changed anymore.
    English encoded SJIS comments are not properly mapped.
  • NOTES ON mc-ls
    You need to escape the shell meta characters * and ?, because they are applied on the PSX filesystem.

back to index


Created with psxdev.pl
Copyright ©2000 by Daniel Balster