@MSGID: <5D5A86A5.6161.sync@vert.synchro.net>
@TZ: c1e0
In trying to add a CD to the file libraries on a Linux system I've run into the following problem. On the CD, all files.bbs files have filenames in uppercase. But the actual filenames on the CD are lower case. When running addfiles, all files show as "not found". By copying a couple of the CD's directories to the HDD so I can edit/modify them, then either modifying
the filenames in files.bbs to lowercase, OR renaming all the actual files
to uppercase, addfiles works perfectly adding all files and descriptions.
Is there a way for addfiles to ignore the difference in case when doing
a bulk add using files.bbs?
In trying to add a CD to the file libraries on a Linux system I've run into the following problem. On the CD, all files.bbs files have filenames in uppercase. But the actual filenames on the CD are lower case. When running addfiles, all files show as "not found". By copying a couple of the CD's directories to the HDD so I can edit/modify them, then either modifying
the filenames in files.bbs to lowercase, OR renaming all the actual files
to uppercase, addfiles works perfectly adding all files and descriptions.
Is there a way for addfiles to ignore the difference in case when doing
a bulk add using files.bbs?
Clogan wrote to All <=-
In trying to add a CD to the file libraries on a Linux system
I've run into the following problem. On the CD, all files.bbs
files have filenames in uppercase. But the actual filenames on
the CD are lower case. When running addfiles, all files show as
"not found". By copying a couple of the CD's directories to the
HDD so I can edit/modify them, then either modifying the
filenames in files.bbs to lowercase, OR renaming all the actual
files to uppercase, addfiles works perfectly adding all files and descriptions. Is there a way for addfiles to ignore the
difference in case when doing a bulk add using files.bbs?
@MSGID: <5D5B04FD.6189.sync@vert.synchro.net>
@REPLY: <5D5A86A5.6161.sync@vert.synchro.net>
@TZ: c1e0
Re: Linux addfiles from CD
By: Clogan to All on Mon Aug 19 2019 06:16 am
In trying to add a CD to the file libraries on a Linux system I've run into the following problem. On the CD, all files.bbs files have filenames in uppercase. But the actual filenames on the CD are lower case. When running addfiles, all files show as "not found". By copying a couple of the CD's directories to the HDD so I can edit/modify them, then either modifying
the filenames in files.bbs to lowercase, OR renaming all the actual files to uppercase, addfiles works perfectly adding all files and descriptions. Is there a way for addfiles to ignore the difference in case when doing
a bulk add using files.bbs?
I just committed an update to addfiles.c that should address this. Thanks for the detailed problem report.
Re: Linux addfiles from CD
By: Digital Man to Clogan
I just committed an update to addfiles.c that should address this. Thanks for the detailed problem report.
Probably easiest to just convert the files.bbs to lowercase...
This command in linux will do that:
cat files.bbs | tr '[A-Z]' '[a-z]' > newlist.bbs
mark lewis wrote to Gamgee <=-
Probably easiest to just convert the files.bbs to lowercase...
This command in linux will do that:
cat files.bbs | tr '[A-Z]' '[a-z]' > newlist.bbs
that'll convert the descriptions, too... then we lose all that
BeauTiFuL CaMeL/LeeT CaSe text :P
Sysop: | Zazz |
---|---|
Location: | Mesquite, Tx |
Users: | 7 |
Nodes: | 4 (0 / 4) |
Uptime: | 76:38:29 |
Calls: | 157 |
Files: | 2,110 |
Messages: | 145,577 |