Search results

  1. F

    Use sed for Mixed Case Tags

    I'm trying to reformat tags in an xlm file with using gnu sed on win10 (shoot me). I need to escape some windows command-line characters with ^. Sample line: <trn:description>V7906 03/11 ALFREDOCAMEL CHATSWOOD 74564500125</trn:description> I'm not totally clear what this line...
  2. F

    Busybox Recursive Non-Overwriting File Copy

    How do I do a recursive file copy to copy any missing files without overwriting? (Busybox cp has no -n option and no rsync.) The line below would be fine if the overwrite n response was automatically entered. Also need to exclude a couple of specific directories. #!/bin/sh...
Top