Skip to content

Needed solutions

linux-shell-base edited this page Oct 21, 2017 · 13 revisions

This is a list of needed solutions for Linux-shell-base.

Scripts

Linux

File management

  • Find a matching directory recursively and move all files in it matching a given name to another directory. The file and old directory names must allow regex.

    Example usage:
    mvfiles <file name> <old directory> <new directory>

  • Move all recursively found files matching a given name to another directory. The file name must allow regex.

    Example usage:
    mvfilesrec <file name> <new directory>

Note: These solutions do not have to support file names with spaces.

Functions

Applications

Databases

  • Generic application server management functions for the WildFly application server (e.g. deploying/undeploying, listing and clearing application files)
Clone this wiki locally