Author Topic: dxmaint  (Read 2089 times)

0 Members and 1 Guest are viewing this topic.

ernieb

  • Member
  • Posts: 52
    • View Profile
    • brightonbunch.com
dxmaint
« on: November 30, 2006, 08:42:29 AM »
I wish dxmaint would build all automatic indexes with wildcard entry.
for example (within the filepro directory)
/appl/fp/dxmaint * -ra -e
I know, I can write a quick script, but xfer works with wildcards and I think it would be nice if dxmaint would do the same.
Never increase, beyond what is necessary, the number of entities required to explain anything.

Joe Chasan

  • Member
  • Posts: 62
    • View Profile
    • Magnatech Business Systems, Inc. Company Website
Re: dxmaint
« Reply #1 on: November 30, 2006, 09:33:45 AM »
If xfer worked with wildcards, it only because xfer can take more than one filename as an argument.

the "*" is most likely interpreted by your shell and expanded based on the directory you are sitting in when you run the command - really had nothing to do with filePro.

so - then the question really is - can dxmaint be changed to take more than one filename as an argument (which would have to be exclusive of '-rf' flags) - but while you're at it, i think an easier and more useful one would be to have dxmaint have a new flag to rebuild for all qualifiers for a file (and for that the -rf would still make sense)

ernieb

  • Member
  • Posts: 52
    • View Profile
    • brightonbunch.com
Re: dxmaint
« Reply #2 on: November 30, 2006, 09:49:53 AM »
Agreed - can we make this a 'Man Law' ?
Never increase, beyond what is necessary, the number of entities required to explain anything.